diff options
author | Foxfair Hu <foxfair@FreeBSD.org> | 2003-11-21 01:57:26 +0000 |
---|---|---|
committer | Foxfair Hu <foxfair@FreeBSD.org> | 2003-11-21 01:57:26 +0000 |
commit | 1ccc1fa5fe29e933d38d16bbcdf6ad41ce7df8bb (patch) | |
tree | 4c86b6847b84f5c31db4da02f92779efd2836a27 /www/MT/Makefile | |
parent | a6a5407e60d3818620f363ac72617fd53365a8a9 (diff) | |
download | ports-1ccc1fa5fe29e933d38d16bbcdf6ad41ce7df8bb.tar.gz ports-1ccc1fa5fe29e933d38d16bbcdf6ad41ce7df8bb.zip |
Notes
Diffstat (limited to 'www/MT/Makefile')
-rw-r--r-- | www/MT/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/MT/Makefile b/www/MT/Makefile index 2cebeaa611aa..043e9f982af3 100644 --- a/www/MT/Makefile +++ b/www/MT/Makefile @@ -7,7 +7,7 @@ PORTNAME= MT PORTVERSION= 2.64 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MAINTAINER= ports@FreeBSD.org @@ -52,8 +52,8 @@ do-install: @cd ${WRKSRC} && ${FIND} * -name "*.orig" -delete @${ECHO_MSG} "Installing cgi ${PREFIX}/${CGIDIR}" @${MKDIR} ${PREFIX}/${CGIDIR} - @cd ${WRKSRC} && ${CP} -R *.cgi lib extlib tmpl search_templates \ - ${PREFIX}/${CGIDIR} + @cd ${WRKSRC} && ${CP} -R *.cgi lib extlib plugins search_templates \ + tmpl ${PREFIX}/${CGIDIR} @${SED} -e 's#WWW.YOUR-SITE.COM/PATH/TO/MT/#${HOST}/cgi-bin/mt/#g' \ -e 's/# StaticWebPath/StaticWebPath/g' \ -e 's#path/to/static-files#mt#g' \ @@ -62,7 +62,7 @@ do-install: @${ECHO_MSG} "Installing data ${PREFIX}/${DATADIR}" @${MKDIR} ${PREFIX}/${DATADIR} @cd ${WRKSRC} && ${CP} -R LICENSE LICENSE-COMMERCIAL docs images \ - index.html plugins schemas styles.css \ + index.html schemas styles.css \ ${PREFIX}/${DATADIR} .if defined(WITH_DEFAULTDB) @${MKDIR} -m 755 ${DB_DIR} |