diff options
author | mat <mat@FreeBSD.org> | 2016-05-09 21:43:30 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-05-09 21:43:30 +0800 |
commit | 12f36700d9b5abd8e434e61f0be3daa703a72721 (patch) | |
tree | b158a13465f553cccc0e84ed139c49d8435422a3 /print/cups-cloud-print/Makefile | |
parent | b7ca61703eb3d0f6c22430311d337d368bc70d49 (diff) | |
download | freebsd-ports-gnome-12f36700d9b5abd8e434e61f0be3daa703a72721.tar.gz freebsd-ports-gnome-12f36700d9b5abd8e434e61f0be3daa703a72721.tar.zst freebsd-ports-gnome-12f36700d9b5abd8e434e61f0be3daa703a72721.zip |
Update to 20160502.
PR: 209299
Submitted by: tkato432 yahoo com
Sponsored by: Absolight
Diffstat (limited to 'print/cups-cloud-print/Makefile')
-rw-r--r-- | print/cups-cloud-print/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/print/cups-cloud-print/Makefile b/print/cups-cloud-print/Makefile index 24f1323557ee..95a2138cda38 100644 --- a/print/cups-cloud-print/Makefile +++ b/print/cups-cloud-print/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= cups-cloud-print -PORTVERSION= 20140814.3 -PORTREVISION= 2 +PORTVERSION= 20160502 CATEGORIES= print MAINTAINER= ports@FreeBSD.org @@ -40,6 +39,6 @@ post-patch: post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC} && ${INSTALL_DATA} README.md ${STAGEDIR}${DOCSDIR}) .include <bsd.port.mk> |