diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2010-05-30 11:33:33 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2010-05-30 11:33:33 +0000 |
commit | 2d8d48f40c2c7b4ec30a2b6b397575c3a15568e4 (patch) | |
tree | 6ac68289e4233bfd4c8b17709815222199aa03ad /lang/Gofer | |
parent | dba6ad6c52b7f23821f46e9254b036a8d93ebfb5 (diff) | |
download | ports-2d8d48f40c2c7b4ec30a2b6b397575c3a15568e4.tar.gz ports-2d8d48f40c2c7b4ec30a2b6b397575c3a15568e4.zip |
- Fix installation problem
PR: ports/146940
Submitted by: Stefan <schaecsn@gmx.net>
Notes
Notes:
svn path=/head/; revision=255310
Diffstat (limited to 'lang/Gofer')
-rw-r--r-- | lang/Gofer/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lang/Gofer/Makefile b/lang/Gofer/Makefile index 9ea4e37a38cb..600f2284cdc8 100644 --- a/lang/Gofer/Makefile +++ b/lang/Gofer/Makefile @@ -23,6 +23,11 @@ DOCSDIR= ${PREFIX}/share/doc/Gofer LIBDIR= ${PREFIX}/lib/Gofer MAN1= gofer.1 +post-patch: + @${REINPLACE_CMD} 's|%%PREFIX%%|${PREFIX}|g' \ + ${WRKDIR}/scripts/gofer \ + ${WRKDIR}/scripts/goferc + do-install: @${MKDIR} ${LIBDIR} ${INSTALL_DATA} ${WRKDIR}/*.prelude ${LIBDIR} |