aboutsummaryrefslogtreecommitdiff
path: root/mail/pyzor/Makefile
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2003-07-22 15:58:12 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2003-07-22 15:58:12 +0000
commit19822387f6eed404689c15370d39255d743b0846 (patch)
tree18083480344f6185ba0376b9a82913ff1087b77d /mail/pyzor/Makefile
parentfe0ed89eda903447a1f59e052c9c23668f7170df (diff)
downloadports-19822387f6eed404689c15370d39255d743b0846.tar.gz
ports-19822387f6eed404689c15370d39255d743b0846.zip
Notes
Diffstat (limited to 'mail/pyzor/Makefile')
-rw-r--r--mail/pyzor/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/mail/pyzor/Makefile b/mail/pyzor/Makefile
index cf11efe79579..7519c5800f97 100644
--- a/mail/pyzor/Makefile
+++ b/mail/pyzor/Makefile
@@ -8,7 +8,7 @@
PORTNAME= pyzor
PORTVERSION= 0.4.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= mail python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -25,4 +25,8 @@ post-patch:
${REINPLACE_CMD} -e "s,/usr/bin/python2,${PYTHON_CMD}," \
${WRKSRC}/scripts/pyzor ${WRKSRC}/scripts/pyzord
+post-install:
+ ${CHOWN} ${SHAREMODE} ${DOCSDIR}/usage.html
+ ${CHOWN} ${BINMODE} ${PREFIX}/bin/pyzor ${PREFIX}/bin/pyzord
+
.include <bsd.port.mk>