aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1998-02-16 18:54:05 +0800
committerasami <asami@FreeBSD.org>1998-02-16 18:54:05 +0800
commita1e75b512d62312005a5650ca99dc4a4e9f78541 (patch)
treefcf3fe1d69f8fbf90dfd698eb1f47153523285a8 /net
parente8fb0616daf3e011ca069133323aafce9d8f046e (diff)
downloadfreebsd-ports-gnome-a1e75b512d62312005a5650ca99dc4a4e9f78541.tar.gz
freebsd-ports-gnome-a1e75b512d62312005a5650ca99dc4a4e9f78541.tar.zst
freebsd-ports-gnome-a1e75b512d62312005a5650ca99dc4a4e9f78541.zip
Mark this port BROKEN, it doesn't package. While I'm here, fix a couple
of bogons (like DEPENDS -> LIB_DEPENDS) and portlint.
Diffstat (limited to 'net')
-rw-r--r--net/cnet/Makefile13
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>