diff options
author | trevor <trevor@FreeBSD.org> | 2004-02-06 21:12:53 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-02-06 21:12:53 +0800 |
commit | 884981ec68cdccc03368be15d055407446135f3d (patch) | |
tree | 2f9733041e0ddb6902f51ab47491598efdeeaa7c /net/datapipe | |
parent | b1d653e95b0f8d1d403934aafb8d824bb2c523c2 (diff) | |
download | freebsd-ports-gnome-884981ec68cdccc03368be15d055407446135f3d.tar.gz freebsd-ports-gnome-884981ec68cdccc03368be15d055407446135f3d.tar.zst freebsd-ports-gnome-884981ec68cdccc03368be15d055407446135f3d.zip |
Use PLIST_FILES (bento-tested, marcus-reviewed).
Diffstat (limited to 'net/datapipe')
-rw-r--r-- | net/datapipe/Makefile | 2 | ||||
-rw-r--r-- | net/datapipe/pkg-plist | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/net/datapipe/Makefile b/net/datapipe/Makefile index 88567a1bb2e7..c9186048fdc5 100644 --- a/net/datapipe/Makefile +++ b/net/datapipe/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= ftp://ftp.distributed.net/pub/dcti/unsupported/ \ MAINTAINER= dbaker@FreeBSD.org COMMENT= A simple program to bind a local port and connect it to a remote socket +PLIST_FILES= bin/datapipe + do-build: ${CC} ${CFLAGS} -o ${WRKDIR}/${DISTNAME}/datapipe ${WRKDIR}/${DISTNAME}/datapipe.c diff --git a/net/datapipe/pkg-plist b/net/datapipe/pkg-plist deleted file mode 100644 index 0d9d101528e1..000000000000 --- a/net/datapipe/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/datapipe |