aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/pcrs/Makefile
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2014-06-30 23:42:24 +0800
committervanilla <vanilla@FreeBSD.org>2014-06-30 23:42:24 +0800
commitf2e828c229cf4f57f7b9a7d92511fc7fa6fe04d8 (patch)
tree16d07ab1108066d6b585321715581082746f91f7 /textproc/pcrs/Makefile
parent7834951314827ba8eaf09d5f179058470f79e585 (diff)
downloadfreebsd-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/Makefile7
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>