svn commit: r345658 - head/mail/pyzor

Marcus von Appen mva at FreeBSD.org
Sat Feb 22 15:22:04 UTC 2014


Author: mva
Date: Sat Feb 22 15:22:03 2014
New Revision: 345658
URL: http://svnweb.freebsd.org/changeset/ports/345658
QAT: https://qat.redports.org/buildarchive/r345658/

Log:
  - Respect DOCSDIR
  
  PR:		ports/185947
  With hat:	python@

Modified:
  head/mail/pyzor/Makefile

Modified: head/mail/pyzor/Makefile
==============================================================================
--- head/mail/pyzor/Makefile	Sat Feb 22 15:20:18 2014	(r345657)
+++ head/mail/pyzor/Makefile	Sat Feb 22 15:22:03 2014	(r345658)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pyzor
 PORTVERSION=	0.5.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	mail python
 MASTER_SITES=	SF
 
@@ -23,6 +23,7 @@ PLIST_FILES=	man/man1/pyzor.1.gz \
 post-patch:
 	${REINPLACE_CMD} -e '1s,^#!/usr/bin/python,#!/usr/bin/env -S python -Wignore::DeprecationWarning,' \
 	${WRKSRC}/scripts/pyzor ${WRKSRC}/scripts/pyzord
+	${REINPLACE_CMD} -e 's|share/doc/pyzor|${DOCSDIR}|' ${WRKSRC}/setup.py
 
 post-install:
 	${CHMOD} ${SHAREMODE} ${STAGEDIR}${DOCSDIR}/usage.html


More information about the svn-ports-all mailing list