diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-01-10 09:32:14 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-01-10 09:32:14 +0000 |
commit | 82b3ec3f0d09968e247af97581a9410be3829d6a (patch) | |
tree | d01ce93d044c7712e5539a7994fbe9096ac7ac0f /x11/rxvt | |
parent | b40822e3c5ee7866a0311e07dad959c8c0b61490 (diff) | |
download | ports-82b3ec3f0d09968e247af97581a9410be3829d6a.tar.gz ports-82b3ec3f0d09968e247af97581a9410be3829d6a.zip |
Support stagedir.
Approved by: portmgr (blanket infrastructure)
Notes
Notes:
svn path=/head/; revision=339339
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> |