diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-09-28 04:39:17 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-09-28 04:39:17 +0800 |
commit | 4b8a3f09917a318e68d7e068540925fd5602e34a (patch) | |
tree | 55aab8588893b75f7de60c25a20465658e523254 /misc | |
parent | 83ec468529971e2b0c9a89008d8d1032f1b30cd5 (diff) | |
download | freebsd-ports-gnome-4b8a3f09917a318e68d7e068540925fd5602e34a.tar.gz freebsd-ports-gnome-4b8a3f09917a318e68d7e068540925fd5602e34a.tar.zst freebsd-ports-gnome-4b8a3f09917a318e68d7e068540925fd5602e34a.zip |
Actually put something in files/patch-setup.sh and fix left-overs on deinstall.
Submitted by: pointyhat via kris
Diffstat (limited to 'misc')
-rw-r--r-- | misc/tinderbox/Makefile | 1 | ||||
-rw-r--r-- | misc/tinderbox/files/patch-setup.sh | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/misc/tinderbox/Makefile b/misc/tinderbox/Makefile index 57157c771f77..a8996126c1c7 100644 --- a/misc/tinderbox/Makefile +++ b/misc/tinderbox/Makefile @@ -72,6 +72,7 @@ post-patch: ${WRKSRC}/lib/setup-mysql.sh @${RM} ${WRKSRC}/lib/setup-mysql.sh.bak .endif + @${RM} ${WRKSRC}/create.orig ${WRKSRC}/setup.sh.orig do-install: ${MKDIR} ${PREFIX}/tinderbox/scripts diff --git a/misc/tinderbox/files/patch-setup.sh b/misc/tinderbox/files/patch-setup.sh index e69de29bb2d1..96c9b2af6e7c 100644 --- a/misc/tinderbox/files/patch-setup.sh +++ b/misc/tinderbox/files/patch-setup.sh @@ -0,0 +1,11 @@ +--- ./setup.sh.orig Wed Sep 27 21:23:59 2006 ++++ ./setup.sh Wed Sep 27 21:24:43 2006 +@@ -33,7 +33,7 @@ + pb=$(realpath $(dirname $pb)) + pb=${pb%%/scripts} + +-MAN_PREREQS="lang/perl5.8 net/p5-Net security/p5-Digest-MD5" ++MAN_PREREQS="lang/perl5.8" + OPT_PREREQS="lang/php[45] databases/pear-DB www/php[45]-session" + PREF_FILES="rawenv tinderbox.ph" + README="${pb}/scripts/README" |