diff options
author | jkh <jkh@FreeBSD.org> | 1998-02-16 20:06:48 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1998-02-16 20:06:48 +0800 |
commit | ce72542e4787856774b5068a11158ed29cfb1216 (patch) | |
tree | 8fbe63fed56be5a514d572c12aa1d55408a43dd0 /net | |
parent | 71ca684150020811b87e6a8c1ea1e63b7c9986f2 (diff) | |
download | freebsd-ports-gnome-ce72542e4787856774b5068a11158ed29cfb1216.tar.gz freebsd-ports-gnome-ce72542e4787856774b5068a11158ed29cfb1216.tar.zst freebsd-ports-gnome-ce72542e4787856774b5068a11158ed29cfb1216.zip |
Unbreak this port. Sorry, I didn't test the package rule before.
Me bad.
Diffstat (limited to 'net')
-rw-r--r-- | net/cnet/Makefile | 3 | ||||
-rw-r--r-- | net/cnet/pkg-plist | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/net/cnet/Makefile b/net/cnet/Makefile index 413e3b313958..77af859adf82 100644 --- a/net/cnet/Makefile +++ b/net/cnet/Makefile @@ -3,7 +3,7 @@ # Date created: Feb 8th, 1988 # Whom: jkh # -# $Id: Makefile,v 1.1.1.1 1998/02/08 20:02:49 jkh Exp $ +# $Id: Makefile,v 1.2 1998/02/16 10:54:05 asami Exp $ # DISTNAME= cnet-1.4-3 @@ -16,7 +16,6 @@ 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 diff --git a/net/cnet/pkg-plist b/net/cnet/pkg-plist index 9a3d4a67247f..0a7bf3f71fc1 100644 --- a/net/cnet/pkg-plist +++ b/net/cnet/pkg-plist @@ -1,9 +1,8 @@ -bin/cnet.so.1 +bin/cnet man/man1/cnet.1.gz include/cnet.h share/examples/cnet/AUSTRALIA.MAP share/examples/cnet/CLICK -share/examples/cnet/EXAMPLES share/examples/cnet/FAST share/examples/cnet/FLOODING1 share/examples/cnet/FLOODING2 |