1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Fix permissions of scripts and docs.

Bump PORTREVISION

PR:		53392
Submitted by:	Andrew J. Caines <A.J.Caines@halplant.com>
This commit is contained in:
Tilman Keskinoz 2003-07-22 15:58:12 +00:00
parent fe0ed89eda
commit 19822387f6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85392

View File

@ -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>