diff options
author | ade <ade@FreeBSD.org> | 2003-03-06 19:23:19 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2003-03-06 19:23:19 +0000 |
commit | 61a8a0af5658e5f2abefd70bd57eba7f441c5150 (patch) | |
tree | 8e940ade7fbd828d4614521950503c6a17094320 /net/cvsup | |
parent | 402a353f2e266bfc58d6892ce7e699751c3aa971 (diff) | |
download | FreeBSD-ports-61a8a0af5658e5f2abefd70bd57eba7f441c5150.zip FreeBSD-ports-61a8a0af5658e5f2abefd70bd57eba7f441c5150.tar.gz |
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 'net/cvsup')
-rw-r--r-- | net/cvsup/Makefile | 3 | ||||
-rw-r--r-- | net/cvsup/pkg-comment | 1 | ||||
-rw-r--r-- | net/cvsup/pkg-comment.nogui | 1 |
3 files changed, 2 insertions, 3 deletions
diff --git a/net/cvsup/Makefile b/net/cvsup/Makefile index b228c73..2840bdb 100644 --- a/net/cvsup/Makefile +++ b/net/cvsup/Makefile @@ -14,12 +14,13 @@ MASTER_SITE_SUBDIR=development/CVSup/snapshots DISTNAME= cvsup-snap-${PORTVERSION} MAINTAINER= jdp@FreeBSD.org +COMMENT?= General network file distribution system optimized for CVS (GUI version) .ifdef WITHOUT_X11 M3FLAGS+= -DNOGUI BUILD_DEPENDS= ${PREFIX}/lib/m3/pkg/tcp/${TARGET}/libm3tcp.a:${PORTSDIR}/lang/ezm3 PKGNAMESUFFIX= -without-gui -COMMENTFILE= ${PKGDIR}/pkg-comment.nogui +COMMENT= General network file distribution system optimized for CVS (non-GUI version) DESCR= ${PKGDIR}/pkg-descr.nogui .else USE_XLIB= yes diff --git a/net/cvsup/pkg-comment b/net/cvsup/pkg-comment deleted file mode 100644 index 57e6df9..0000000 --- a/net/cvsup/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -General network file distribution system optimized for CVS (GUI version) diff --git a/net/cvsup/pkg-comment.nogui b/net/cvsup/pkg-comment.nogui deleted file mode 100644 index d5ac5a5..0000000 --- a/net/cvsup/pkg-comment.nogui +++ /dev/null @@ -1 +0,0 @@ -General network file distribution system optimized for CVS (non-GUI version) |