svn commit: r349832 - head/print/foo2zjs
Boris Samorodov
bsam at FreeBSD.org
Tue Apr 1 09:46:06 UTC 2014
Author: bsam
Date: Tue Apr 1 09:46:05 2014
New Revision: 349832
URL: http://svnweb.freebsd.org/changeset/ports/349832
QAT: https://qat.redports.org/buildarchive/r349832/
Log:
print/foo2zjs: We mention an INSTALL file at the pkg-message,
but do not install it. Let's fix it!
Modified:
head/print/foo2zjs/Makefile
head/print/foo2zjs/pkg-plist
Modified: head/print/foo2zjs/Makefile
==============================================================================
--- head/print/foo2zjs/Makefile Tue Apr 1 09:41:53 2014 (r349831)
+++ head/print/foo2zjs/Makefile Tue Apr 1 09:46:05 2014 (r349832)
@@ -3,6 +3,7 @@
PORTNAME= foo2zjs
PORTVERSION= 20140330
+PORTREVISION= 1
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \
${MASTER_SITE_LOCAL:S,$,bsam/${PORTNAME}/,} \
@@ -32,7 +33,7 @@ post-install:
${INSTALL_SCRIPT} ${EXTRAFILES} ${STAGEDIR}${PREFIX}/bin
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/foo2zjs-icc2ps
@${MKDIR} ${STAGEDIR}${DOCSDIR}
-.for FILE in ChangeLog README manual.pdf
+.for FILE in ChangeLog INSTALL README manual.pdf
${INSTALL_DATA} ${WRKSRC}/${FILE} ${STAGEDIR}${DOCSDIR}
.endfor
Modified: head/print/foo2zjs/pkg-plist
==============================================================================
--- head/print/foo2zjs/pkg-plist Tue Apr 1 09:41:53 2014 (r349831)
+++ head/print/foo2zjs/pkg-plist Tue Apr 1 09:46:05 2014 (r349832)
@@ -307,6 +307,7 @@ share/cups/model/Xerox-Phaser_6121MFP.pp
share/cups/model/Xerox-WorkCentre_3045.ppd.gz
share/cups/model/Xerox-WorkCentre_6015.ppd.gz
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
+%%PORTDOCS%%%%DOCSDIR%%/INSTALL
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/manual.pdf
share/foo2qpdl/crd/CLP-300-1200x1200cms2
More information about the svn-ports-all
mailing list