diff options
author | Ade Lovett <ade@FreeBSD.org> | 2003-03-06 19:23:19 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2003-03-06 19:23:19 +0000 |
commit | 84ea4ee842af8389fc1b0603b821af2d68ba8c65 (patch) | |
tree | ccfda8c465ebb396f84cc9528117581f3455c1b2 /net/cvsup/Makefile | |
parent | . Allow package building on bento to bypass the distfile check. (diff) |
Destroy pkg-comment for some of the stranger uses in the tree,
pending the final semi-automatic purge.
Approved by: portmgr (implicitly)
Notes
Notes:
svn path=/head/; revision=77037
Diffstat (limited to 'net/cvsup/Makefile')
-rw-r--r-- | net/cvsup/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/cvsup/Makefile b/net/cvsup/Makefile index b228c73293f8..2840bdbf5124 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 |