diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-02-16 10:54:05 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-02-16 10:54:05 +0000 |
commit | c076908612fa98f9b21d996f0945794bf9370c99 (patch) | |
tree | 600e2fcc6d329b7dce795e79746f7e9bad5a0df4 /net/cnet/Makefile | |
parent | Change "-"s to "."s in PKGNAME so the Latest link will be created (diff) |
Mark this port BROKEN, it doesn't package. While I'm here, fix a couple
of bogons (like DEPENDS -> LIB_DEPENDS) and portlint.
Notes
Notes:
svn path=/head/; revision=9746
Diffstat (limited to 'net/cnet/Makefile')
-rw-r--r-- | net/cnet/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/net/cnet/Makefile b/net/cnet/Makefile index ca75bb2b471c..413e3b313958 100644 --- a/net/cnet/Makefile +++ b/net/cnet/Makefile @@ -3,7 +3,7 @@ # Date created: Feb 8th, 1988 # Whom: jkh # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/02/08 20:02:49 jkh Exp $ # DISTNAME= cnet-1.4-3 @@ -11,18 +11,19 @@ PKGNAME= cnet-1.4p3 CATEGORIES= net MASTER_SITES= http://www.cs.uwa.edu.au/pls/cnet/ -DEPENDS= ${PORTSDIR}/x11/xview-lib +LIB_DEPENDS= xview\\.3\\.2:${PORTSDIR}/x11/xview-lib WRKSRC= ${WRKDIR}/cnet-1.4 ALL_TARGET= MAN1= cnet.1 +BROKEN= package pre-build: - cp ${FILESDIR}/Makefile.freebsd ${WRKSRC}/src - mkdir -p ${WRKSRC}/src/freebsd - cp ${FILESDIR}/compile.c ${WRKSRC}/src/freebsd + ${CP} ${FILESDIR}/Makefile.freebsd ${WRKSRC}/src + ${MKDIR} ${WRKSRC}/src/freebsd + ${CP} ${FILESDIR}/compile.c ${WRKSRC}/src/freebsd pre-install: - mkdir -p ${PREFIX}/share/examples/cnet + ${MKDIR} ${PREFIX}/share/examples/cnet .include <bsd.port.mk> |