aboutsummaryrefslogtreecommitdiffstats
path: root/mail/pm-lib
diff options
context:
space:
mode:
authorjgh <jgh@FreeBSD.org>2012-05-23 13:28:40 +0800
committerjgh <jgh@FreeBSD.org>2012-05-23 13:28:40 +0800
commita0690ac84d547fd055fee1079f8b6f8ae699ae12 (patch)
treeb2807c2350e20da6e2dc0955d13eeb1c117e8142 /mail/pm-lib
parentb59bf8ff856e455a61cf8090496ecabc3fefd115 (diff)
downloadfreebsd-ports-gnome-a0690ac84d547fd055fee1079f8b6f8ae699ae12.tar.gz
freebsd-ports-gnome-a0690ac84d547fd055fee1079f8b6f8ae699ae12.tar.zst
freebsd-ports-gnome-a0690ac84d547fd055fee1079f8b6f8ae699ae12.zip
- fix examples installation from commit revision 1.7 of Makefile
- bump PORTREVISION Spotted by: maintainer, linpc@cs.nctu.edu.tw Submitted by: jgh@ Approved by: maintainer, linpc@cs.nctu.edu.tw
Diffstat (limited to 'mail/pm-lib')
-rw-r--r--mail/pm-lib/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/pm-lib/Makefile b/mail/pm-lib/Makefile
index ea3cc84db278..af1894e99555 100644
--- a/mail/pm-lib/Makefile
+++ b/mail/pm-lib/Makefile
@@ -7,6 +7,7 @@
PORTNAME= pm-lib
PORTVERSION= 20091202
+PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= SAVANNAH
MASTER_SITE_SUBDIR= procmail-lib
@@ -31,7 +32,7 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/lib/ChangeLog ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/article/index.txt ${DOCSDIR}/README.txt
${INSTALL_DATA} ${WRKSRC}/doc/manual/index.txt ${DOCSDIR}/manual.txt
- ${COPYTREE_SHARE} ${WRKSRC}/doc/examples ${DOCSDIR}
+ cd ${WRKSRC}/doc/examples && ${COPYTREE_SHARE} \* ${DOCSDIR}
.endif
.include <bsd.port.mk>