diff options
author | ade <ade@FreeBSD.org> | 2003-03-07 03:23:19 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2003-03-07 03:23:19 +0800 |
commit | 61a8a0af5658e5f2abefd70bd57eba7f441c5150 (patch) | |
tree | 8e940ade7fbd828d4614521950503c6a17094320 /www | |
parent | 402a353f2e266bfc58d6892ce7e699751c3aa971 (diff) | |
download | freebsd-ports-graphics-61a8a0af5658e5f2abefd70bd57eba7f441c5150.tar.gz freebsd-ports-graphics-61a8a0af5658e5f2abefd70bd57eba7f441c5150.tar.zst freebsd-ports-graphics-61a8a0af5658e5f2abefd70bd57eba7f441c5150.zip |
Destroy pkg-comment for some of the stranger uses in the tree,
pending the final semi-automatic purge.
Approved by: portmgr (implicitly)
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_php3/Makefile | 1 | ||||
-rw-r--r-- | www/mod_php3/pkg-comment | 1 | ||||
-rw-r--r-- | www/mod_php3/pkg-comment.standalone | 1 | ||||
-rw-r--r-- | www/netscape48-communicator/Makefile | 1 | ||||
-rw-r--r-- | www/netscape48-communicator/pkg-comment | 1 | ||||
-rw-r--r-- | www/netscape48-navigator/Makefile | 2 | ||||
-rw-r--r-- | www/netscape48-navigator/pkg-comment | 1 |
7 files changed, 3 insertions, 5 deletions
diff --git a/www/mod_php3/Makefile b/www/mod_php3/Makefile index 3f3428d5d5f..562801b20f8 100644 --- a/www/mod_php3/Makefile +++ b/www/mod_php3/Makefile @@ -25,6 +25,7 @@ PATCH_SITES= http://www.php.net/distributions/ PATCHFILES= mime.c.diff-3.0.gz MAINTAINER= dirk@FreeBSD.org +COMMENT?= PHP3 module for Apache .if !defined(STANDALONE) BUILD_DEPENDS= ${APXS}:${APACHE_PORT} diff --git a/www/mod_php3/pkg-comment b/www/mod_php3/pkg-comment deleted file mode 100644 index 926a0750a77..00000000000 --- a/www/mod_php3/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -PHP3 module for Apache diff --git a/www/mod_php3/pkg-comment.standalone b/www/mod_php3/pkg-comment.standalone deleted file mode 100644 index 7a6bc18966f..00000000000 --- a/www/mod_php3/pkg-comment.standalone +++ /dev/null @@ -1 +0,0 @@ -PHP3 commandline interpreter diff --git a/www/netscape48-communicator/Makefile b/www/netscape48-communicator/Makefile index ac654728383..4731663a5e8 100644 --- a/www/netscape48-communicator/Makefile +++ b/www/netscape48-communicator/Makefile @@ -12,6 +12,7 @@ MASTER_SITES= ${MASTER_SITE_NETSCAPE} DISTFILES= ${BROWSER_NAME}-v${BROWSER_V}-us.${NETSCAPE_DIST_TAG}.tar.gz MAINTAINER= sada@FreeBSD.org +COMMENT?= Netscape ver 4 communicator web-surfboard RUN_DEPENDS+= netscape:${PORTSDIR}/www/netscape-wrapper diff --git a/www/netscape48-communicator/pkg-comment b/www/netscape48-communicator/pkg-comment deleted file mode 100644 index 87c28881875..00000000000 --- a/www/netscape48-communicator/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Netscape ver 4 communicator web-surfboard diff --git a/www/netscape48-navigator/Makefile b/www/netscape48-navigator/Makefile index bb7f7ac313d..c9eb176ee7b 100644 --- a/www/netscape48-navigator/Makefile +++ b/www/netscape48-navigator/Makefile @@ -6,7 +6,7 @@ # MASTERDIR= ${.CURDIR}/../netscape48-communicator -COMMENTFILE= ${.CURDIR}/pkg-comment +COMMENT= Linux Netscape navigator web-surfboard PLIST= ${.CURDIR}/pkg-plist BROWSER_NAME= navigator diff --git a/www/netscape48-navigator/pkg-comment b/www/netscape48-navigator/pkg-comment deleted file mode 100644 index 1cec451df9f..00000000000 --- a/www/netscape48-navigator/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Linux Netscape navigator web-surfboard |