diff options
author | knu <knu@FreeBSD.org> | 2000-04-15 01:24:56 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-04-15 01:24:56 +0800 |
commit | 98c4efd3064fd428ac8e3562ef8e3137546d3636 (patch) | |
tree | 01b38c47c2a45351f6ae90db9b47f6af60b96ee2 /www | |
parent | 5813610b02c854be7e0fbf2e8d1129ede5ec4377 (diff) | |
download | freebsd-ports-gnome-98c4efd3064fd428ac8e3562ef8e3137546d3636.tar.gz freebsd-ports-gnome-98c4efd3064fd428ac8e3562ef8e3137546d3636.tar.zst freebsd-ports-gnome-98c4efd3064fd428ac8e3562ef8e3137546d3636.zip |
Tiny cosmetic fixes.
Assure master ports and their lang-specific slaves of having
consistent categories.
Remove redundant space.
Diffstat (limited to 'www')
-rw-r--r-- | www/w3-4/Makefile | 10 | ||||
-rw-r--r-- | www/w3/Makefile | 10 | ||||
-rw-r--r-- | www/w3m-ssl/Makefile | 1 | ||||
-rw-r--r-- | www/w3m/Makefile | 2 |
4 files changed, 11 insertions, 12 deletions
diff --git a/www/w3-4/Makefile b/www/w3-4/Makefile index 709d5e54c835..89c2dc7856d0 100644 --- a/www/w3-4/Makefile +++ b/www/w3-4/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" \ 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" \ diff --git a/www/w3m-ssl/Makefile b/www/w3m-ssl/Makefile index cb6a00a3d8dc..cac3a737c9a2 100644 --- a/www/w3m-ssl/Makefile +++ b/www/w3m-ssl/Makefile @@ -6,7 +6,6 @@ # PKGNAMESUFFIX= -ssl -CATEGORIES= www ipv6 MASTERDIR= ${.CURDIR}/../../www/w3m PKGDIR= ${.CURDIR}/pkg diff --git a/www/w3m/Makefile b/www/w3m/Makefile index 4c8fb67003eb..68c422c1d01d 100644 --- a/www/w3m/Makefile +++ b/www/w3m/Makefile @@ -7,7 +7,7 @@ PORTNAME= w3m PORTVERSION?= ${W3M_VER} -CATEGORIES?= www ipv6 +CATEGORIES+= www ipv6 MASTER_SITES= ftp://ei5nazha.yz.yamagata-u.ac.jp/w3m/dev/ \ ftp://ftp.firedrake.org/w3m/dev/ \ http://www.instinct.org/~pgl/w3m/dev/ \ |