diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-06 21:35:19 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-06 21:35:19 +0000 |
commit | 437e0654c9cf9b55b1124ee3a1f0a2d0fba887b5 (patch) | |
tree | 9ee6faa29f042be733e738d6f96117d5d4bdfad2 /textproc/sarep | |
parent | 7ffbde56455bbb101a9faaf07756fa36e6449a18 (diff) | |
download | ports-437e0654c9cf9b55b1124ee3a1f0a2d0fba887b5.tar.gz ports-437e0654c9cf9b55b1124ee3a1f0a2d0fba887b5.zip |
Notes
Diffstat (limited to 'textproc/sarep')
-rw-r--r-- | textproc/sarep/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/sarep/Makefile b/textproc/sarep/Makefile index c45eb4f089a0..a474a28d5ba1 100644 --- a/textproc/sarep/Makefile +++ b/textproc/sarep/Makefile @@ -21,8 +21,7 @@ NO_BUILD= yes NO_WRKSUBDIR= yes PLIST_FILES= bin/sarep -NO_STAGE= yes do-install: - @${INSTALL_SCRIPT} ${WRKSRC}/sarep ${PREFIX}/bin + @${INSTALL_SCRIPT} ${WRKSRC}/sarep ${STAGEDIR}${PREFIX}/bin .include <bsd.port.mk> |