summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorryoon <ryoon>2012-12-25 19:54:50 +0000
committerryoon <ryoon>2012-12-25 19:54:50 +0000
commit7fa32bddb48194eba904418d105b11aa57c4911f (patch)
treea612d26b5ff711a376bbc7ad6b2c09d7b1ac17c9 /www
parent5d3cc5a974738bcb74275a904b4e7ffd24c85705 (diff)
downloadpkgsrc-7fa32bddb48194eba904418d105b11aa57c4911f.tar.gz
Do not install *orig files.
Thank you, dholland@.
Diffstat (limited to 'www')
-rw-r--r--www/php-concrete5/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/php-concrete5/Makefile b/www/php-concrete5/Makefile
index 36ff1bc7361..d7fd87f23cd 100644
--- a/www/php-concrete5/Makefile
+++ b/www/php-concrete5/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2012/12/24 04:39:57 ryoon Exp $
+# $NetBSD: Makefile,v 1.8 2012/12/25 19:54:50 ryoon Exp $
#
DISTNAME= concrete5.6.0.2
@@ -43,8 +43,8 @@ FILES_SUBST+= WWWGRP=${APACHE_GROUP} WWWOWN=${APACHE_USER} \
REPLACE_PYTHON+= concrete/libraries/3rdparty/htmldiff.py
do-install:
- cd ${WRKSRC} && pax -rw -pmp * \
- ${DESTDIR}${PREFIX}/${C5DIR}
+ cd ${WRKSRC} && ${FIND} . -type f \! -name '*.orig' -print | \
+ pax -rw ${DESTDIR}${PREFIX}/${C5DIR}
.include "../../lang/php/phpversion.mk"
.include "../../lang/python/application.mk"