diff options
author | vanilla <vanilla@FreeBSD.org> | 2014-01-10 17:32:14 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2014-01-10 17:32:14 +0800 |
commit | 707909bbdc9e883b1f4321903aad07cdb3b1d45d (patch) | |
tree | d01ce93d044c7712e5539a7994fbe9096ac7ac0f /x11/rxvt | |
parent | 979c8ec7809beeac644111e2b03765d7017aa929 (diff) | |
download | freebsd-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/Makefile | 7 |
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> |