summaryrefslogtreecommitdiff
path: root/x11/rxvt
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2014-01-10 09:32:14 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2014-01-10 09:32:14 +0000
commit82b3ec3f0d09968e247af97581a9410be3829d6a (patch)
treed01ce93d044c7712e5539a7994fbe9096ac7ac0f /x11/rxvt
parentwww/py-gunicorn: Refactor OPTIONS and modernise (diff)
Support stagedir.
Approved by: portmgr (blanket infrastructure)
Notes
Notes: svn path=/head/; revision=339339
Diffstat (limited to 'x11/rxvt')
-rw-r--r--x11/rxvt/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/x11/rxvt/Makefile b/x11/rxvt/Makefile
index c84f9b0ba311..8b50184e1cbd 100644
--- a/x11/rxvt/Makefile
+++ b/x11/rxvt/Makefile
@@ -31,11 +31,8 @@ CONFIGURE_ARGS= --enable-ttygid \
--with-xpm --enable-xpm-background \
--with-xpm-includes=${LOCALBASE}/include/X11 \
--with-xpm-library=${LOCALBASE}/lib
-MAN1= rxvt.1
-PLIST_FILES= bin/rxvt
+PLIST_FILES= bin/rxvt man/man1/${PORTNAME}.1.gz
-
-NO_STAGE= yes
.include <bsd.port.pre.mk>
# fails to build with new utmpx
@@ -96,6 +93,6 @@ post-patch:
@${REINPLACE_CMD} -e 's|getpt()|posix_openpt(0)|' ${WRKSRC}/configure
post-install:
- @${CHMOD} 4711 ${PREFIX}/bin/rxvt
+ @${CHMOD} 4711 ${STAGEDIR}${PREFIX}/bin/rxvt
.include <bsd.port.post.mk>