aboutsummaryrefslogtreecommitdiffstats
path: root/x11/rxvt
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2014-01-10 17:32:14 +0800
committervanilla <vanilla@FreeBSD.org>2014-01-10 17:32:14 +0800
commit707909bbdc9e883b1f4321903aad07cdb3b1d45d (patch)
treed01ce93d044c7712e5539a7994fbe9096ac7ac0f /x11/rxvt
parent979c8ec7809beeac644111e2b03765d7017aa929 (diff)
downloadfreebsd-ports-gnome-707909bbdc9e883b1f4321903aad07cdb3b1d45d.tar.gz
freebsd-ports-gnome-707909bbdc9e883b1f4321903aad07cdb3b1d45d.tar.zst
freebsd-ports-gnome-707909bbdc9e883b1f4321903aad07cdb3b1d45d.zip
Support stagedir.
Approved by: portmgr (blanket infrastructure)
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>