diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-26 17:44:41 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-26 17:44:41 +0800 |
commit | eeef99315e13e4357d76965376c5e3a4416a2dcd (patch) | |
tree | fd561909d5ba976e55eae0e8dd59ae3f55c46acc /misc | |
parent | fb34223721b7d28e35efc118d7805d4461fbfeb7 (diff) | |
download | freebsd-ports-gnome-eeef99315e13e4357d76965376c5e3a4416a2dcd.tar.gz freebsd-ports-gnome-eeef99315e13e4357d76965376c5e3a4416a2dcd.tar.zst freebsd-ports-gnome-eeef99315e13e4357d76965376c5e3a4416a2dcd.zip |
- Stage support
Diffstat (limited to 'misc')
-rw-r--r-- | misc/buffer/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/misc/buffer/Makefile b/misc/buffer/Makefile index 8c213044e303..9def65a5cba4 100644 --- a/misc/buffer/Makefile +++ b/misc/buffer/Makefile @@ -12,16 +12,15 @@ EXTRACT_SUFX= .tgz MAINTAINER= jonny@jonny.eng.br COMMENT= Buffer sporadic I/O for faster tape and pipe throughput -MAN1= buffer.1 -PLIST_FILES= bin/buffer +PLIST_FILES= bin/buffer \ + man/man1/buffer.1.gz -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -E \ -e 's|^(CC[[:space:]]*=).*$$|\1${CC}|' \ -e 's|^(CFLAGS[[:space:]]*=).*$$|\1${CFLAGS}|' \ - -e 's|^(INSTBIN[[:space:]]*=).*$$|\1${PREFIX}/bin|' \ - -e 's|^(INSTMAN[[:space:]]*=).*$$|\1${MAN1PREFIX}/man/man1|' \ + -e 's|^(INSTBIN[[:space:]]*=).*$$|\1${STAGEDIR}${PREFIX}/bin|' \ + -e 's|^(INSTMAN[[:space:]]*=).*$$|\1${STAGEDIR}${MAN1PREFIX}/man/man1|' \ ${WRKSRC}/Makefile .include <bsd.port.mk> |