diff options
author | vanilla <vanilla@FreeBSD.org> | 2014-06-30 23:42:24 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2014-06-30 23:42:24 +0800 |
commit | f2e828c229cf4f57f7b9a7d92511fc7fa6fe04d8 (patch) | |
tree | 16d07ab1108066d6b585321715581082746f91f7 /textproc/pcrs/Makefile | |
parent | 7834951314827ba8eaf09d5f179058470f79e585 (diff) | |
download | freebsd-ports-gnome-f2e828c229cf4f57f7b9a7d92511fc7fa6fe04d8.tar.gz freebsd-ports-gnome-f2e828c229cf4f57f7b9a7d92511fc7fa6fe04d8.tar.zst freebsd-ports-gnome-f2e828c229cf4f57f7b9a7d92511fc7fa6fe04d8.zip |
Stagify.
Approved by: portmgr@ (blanket approval)
Diffstat (limited to 'textproc/pcrs/Makefile')
-rw-r--r-- | textproc/pcrs/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/textproc/pcrs/Makefile b/textproc/pcrs/Makefile index a3faae6fa669..1e620da981d3 100644 --- a/textproc/pcrs/Makefile +++ b/textproc/pcrs/Makefile @@ -21,14 +21,13 @@ USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -MAN3= pcrs.3 PLIST_FILES= bin/pcrsed \ lib/libpcrs.a \ lib/libpcrs.so \ - lib/libpcrs.so.0 + lib/libpcrs.so.0 \ + man/man3/pcrs.3.gz -NO_STAGE= yes post-install: - ${INSTALL_PROGRAM} ${WRKSRC}/pcrsed ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/pcrsed ${STAGEDIR}${PREFIX}/bin .include <bsd.port.mk> |