diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2008-06-03 13:24:58 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2008-06-03 13:24:58 +0000 |
commit | 1b23215da886be7c5e707e16dc709d278893f389 (patch) | |
tree | 1063cfca1e0a5ca912060e93c722e24356cb47df /ports-mgmt/tinderbox/Makefile | |
parent | 091aa2789841a798b628098821a0eeacb6f0bcf1 (diff) |
Notes
Diffstat (limited to 'ports-mgmt/tinderbox/Makefile')
-rw-r--r-- | ports-mgmt/tinderbox/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/ports-mgmt/tinderbox/Makefile b/ports-mgmt/tinderbox/Makefile index 68e91d2a9f2d..17e4c2403956 100644 --- a/ports-mgmt/tinderbox/Makefile +++ b/ports-mgmt/tinderbox/Makefile @@ -5,9 +5,8 @@ # $FreeBSD$ PORTNAME= tinderbox -DISTVERSION= ${PORTVERSION}-${PORTREVISION} -PORTVERSION= 2.4.2 -PORTREVISION= 2 # cvs snapshot from 2008-05-19 14:00 +#DISTVERSION= ${PORTVERSION}-${PORTREVISION} +PORTVERSION= 2.4.3 CATEGORIES= ports-mgmt MASTER_SITES= http://T32.TecNik93.com/FreeBSD/ports/${PORTNAME}/sources/ DIST_SUBDIR= tinderbox @@ -121,6 +120,9 @@ post-patch: ${WRKSRC}/lib/setup-mysql.sh @${RM} ${WRKSRC}/lib/setup-mysql.sh.bak .endif + @${RM} ${WRKSRC}/buildscript.orig + @${RM} ${WRKSRC}/www-exp/core/TinderboxDS.php.orig + @${RM} ${WRKSRC}/www-exp/module/moduleBuildPorts.php.orig do-install: ${MKDIR} ${PREFIX}/tinderbox/scripts |