aboutsummaryrefslogtreecommitdiff
path: root/www/w3
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-04-14 17:24:56 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-04-14 17:24:56 +0000
commitb12f43b5a9742d756dd2db35198a344ee8ef0745 (patch)
tree2daa668488390e44d59a8675adea566b18a682f7 /www/w3
parentdad8517b058ada9d30f1e3f47f5106ee21729e40 (diff)
downloadports-b12f43b5a9742d756dd2db35198a344ee8ef0745.tar.gz
ports-b12f43b5a9742d756dd2db35198a344ee8ef0745.zip
Tiny cosmetic fixes.
Assure master ports and their lang-specific slaves of having consistent categories. Remove redundant space.
Notes
Notes: svn path=/head/; revision=27533
Diffstat (limited to 'www/w3')
-rw-r--r--www/w3/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/www/w3/Makefile b/www/w3/Makefile
index 709d5e54c835..89c2dc7856d0 100644
--- a/www/w3/Makefile
+++ b/www/w3/Makefile
@@ -7,7 +7,7 @@
PORTNAME= w3
PORTVERSION= 2.2.26
-CATEGORIES?= www elisp
+CATEGORIES+= www elisp
MASTER_SITES= ftp://ftp.iij.ad.jp/pub/network/WWW/w3/ \
ftp://ftp.cs.indiana.edu/pub/elisp/w3/
@@ -37,11 +37,11 @@ INFOFILE= w3.info
post-build:
.for f in DEINSTALL INSTALL dot.emacs user-install
@${SED} -e "s,%VERSION%,${VERSION},g" \
- -e "s,%PREFIX%,${PREFIX},g" \
- -e "s,%INFODIR%,${INFODIR},g" \
- -e "s,%ELISPDIR%,${ELISPDIR},g" \
+ -e "s,%PREFIX%,${PREFIX},g" \
+ -e "s,%INFODIR%,${INFODIR},g" \
+ -e "s,%ELISPDIR%,${ELISPDIR},g" \
-e "s,%INFOFILE%,${INFOFILE},g" \
- -e "s,%ADDIR%,${ADDIR},g" \
+ -e "s,%ADDIR%,${ADDIR},g" \
-e "s,%TOUCH%,${TOUCH},g" \
-e "s,%MKDIR%,${MKDIR},g" \
-e "s,%SAMPLEDIR%,${SAMPLEDIR},g" \