diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-09-08 19:45:11 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-09-08 19:45:11 +0000 |
commit | 12db75cd1ba5313b17f7282368b576958ffc89d8 (patch) | |
tree | 7dd686bed7fd1e10745b2147fe11353756df4bc5 /www/coppermine/Makefile | |
parent | 1d53f826303e6b9592eb464ef43dcf6edf232f89 (diff) | |
download | ports-12db75cd1ba5313b17f7282368b576958ffc89d8.tar.gz ports-12db75cd1ba5313b17f7282368b576958ffc89d8.zip |
Notes
Diffstat (limited to 'www/coppermine/Makefile')
-rw-r--r-- | www/coppermine/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/www/coppermine/Makefile b/www/coppermine/Makefile index 3ea3ea33a964..0de1780dcd88 100644 --- a/www/coppermine/Makefile +++ b/www/coppermine/Makefile @@ -6,7 +6,7 @@ # PORTNAME= coppermine -PORTVERSION= 1.4.8 +PORTVERSION= 1.4.9 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -36,6 +36,9 @@ EXCEPTFILES= ${DOCFILES} COPYING docs/COPYING CPIOARGS= --quiet -pdum -R PLIST_SUB= CPGDIR=${CPGDIR} +SUB_FILES+= pkg-message +SUB_LIST+= CPGDIR=${CPGDIR} + pre-everything:: .if ${CPGDIR} == "www/coppermine" @${ECHO_MSG} "" @@ -49,11 +52,6 @@ pre-everything:: post-extract: @${CHMOD} -R o-w ${WRKSRC} -pre-patch: - @${SED} -e 's|%%PREFIX%%|${PREFIX}|g' \ - -e 's|%%CPGDIR%%|${CPGDIR}|g' \ - ${.CURDIR}/pkg-message > ${PKGMESSAGE} - do-install: @${MKDIR} -m 0755 ${PREFIX}/${CPGDIR} cd ${WRKSRC} && \ @@ -68,7 +66,7 @@ post-install: @${CAT} ${PKGMESSAGE} ######################################################################## -# The following targets are for the port maintainer. Use are your own # +# The following targets are for the port maintainer. Use it atyour own # # risk, no user-serviceable parts inside. # ######################################################################## # Assuming the port is installed cleanly (i.e. it's unconfigured) |