summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorasau <asau>2014-05-12 22:14:08 +0000
committerasau <asau>2014-05-12 22:14:08 +0000
commit3ddf9becf045c4aabdecc0ceedc18971366cb3d0 (patch)
tree67dd1f5ead0d98dc7988c9d1bbed108bdd328e1b
parent94b37f4d14f0f16816eefd08e3fd917394fbfa2c (diff)
downloadpkgsrc-3ddf9becf045c4aabdecc0ceedc18971366cb3d0.tar.gz
Create "share" directory so that pax succedes on FreeBSD.
-rw-r--r--devel/startbug1/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/startbug1/Makefile b/devel/startbug1/Makefile
index 9714513b97f..f86351b25c8 100644
--- a/devel/startbug1/Makefile
+++ b/devel/startbug1/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2014/04/09 07:27:07 obache Exp $
+# $NetBSD: Makefile,v 1.3 2014/05/12 22:14:08 asau Exp $
DISTNAME= starbug1-1.6.01
PKGREVISION= 1
@@ -48,6 +48,8 @@ BUILD_DEFS+= APACHE_GROUP APACHE_USER
FILES_SUBST+= WWWGRP=${APACHE_GROUP} WWWOWN=${APACHE_USER} \
SB_DIR=${SB_DIR}
+INSTALLATION_DIRS= share
+
do-install:
chmod 644 ${WRKSRC}/dist/starbug1/debug.log
cd ${WRKSRC}/dist && ${FIND} starbug1 -type f \! -name '*.orig' -print | \