diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-02-06 13:12:53 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-02-06 13:12:53 +0000 |
commit | a049dd78cc281272f3788b3d4689a744f774e543 (patch) | |
tree | 66d70fb91dc5864b35d61d893e0a68c0b62d3eb9 /net/ipv6socket_scrub | |
parent | 4090f4bf949b81ec1f5c928996d5dacacfb24daa (diff) |
Notes
Diffstat (limited to 'net/ipv6socket_scrub')
-rw-r--r-- | net/ipv6socket_scrub/Makefile | 1 | ||||
-rw-r--r-- | net/ipv6socket_scrub/pkg-plist | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6socket_scrub/Makefile b/net/ipv6socket_scrub/Makefile index ef992484a170..225fbfa6f7bb 100644 --- a/net/ipv6socket_scrub/Makefile +++ b/net/ipv6socket_scrub/Makefile @@ -15,6 +15,7 @@ MAINTAINER= janos.mohacsi@bsd.hu COMMENT= Checks IPv6 portability of C source code MAN1= ipv6socket_scrub.1 +PLIST_FILES= bin/ipv6socket_scrub WRKSRC= ${WRKDIR}/${DISTNAME}/src RESTRICTED= "not redistributable, license agreement required" diff --git a/net/ipv6socket_scrub/pkg-plist b/net/ipv6socket_scrub/pkg-plist deleted file mode 100644 index 88d591054204..000000000000 --- a/net/ipv6socket_scrub/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/ipv6socket_scrub |