diff options
Diffstat (limited to 'net')
-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) |