diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2006-01-07 22:57:27 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2006-01-07 22:57:27 +0000 |
commit | 438fb75aed343407c19e57f832ae11a06137079c (patch) | |
tree | 2fbd0f8966071bcbae02ec780fb4dab2d1c90d5e /x11 | |
parent | 20f596fffb26380200b5000d23e3793abd79eae5 (diff) | |
download | ports-438fb75aed343407c19e57f832ae11a06137079c.tar.gz ports-438fb75aed343407c19e57f832ae11a06137079c.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/rxvt-unicode/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile index 49262cb3a8e3..3acb353dd98e 100644 --- a/x11/rxvt-unicode/Makefile +++ b/x11/rxvt-unicode/Makefile @@ -7,6 +7,7 @@ PORTNAME= rxvt-unicode PORTVERSION= 6.3 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://dist.schmorp.de/rxvt-unicode/%SUBDIR%/ MASTER_SITE_SUBDIR= . Attic @@ -188,7 +189,7 @@ pre-configure: ${WRKSRC}/src/ptytty.C post-install: - @${CHMOD} 4711 ${PREFIX}/bin/urxvt + ${CHMOD} 4711 ${PREFIX}/bin/urxvt ${PREFIX}/bin/urxvtd .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} @${CP} ${PORTDOCS1:S|^|${WRKSRC}/|} ${WRKSRC}/doc |