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/arpd | |
parent | Update to use PERL_MODBUILD and reorder *_DEPENDS so that devel/p5-Module-Build (diff) |
Use PLIST_FILES (bento-tested, marcus-reviewed).
Notes
Notes:
svn path=/head/; revision=100139
Diffstat (limited to 'net/arpd')
-rw-r--r-- | net/arpd/Makefile | 3 | ||||
-rw-r--r-- | net/arpd/pkg-plist | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/arpd/Makefile b/net/arpd/Makefile index c6a22571e865..f1263fe674de 100644 --- a/net/arpd/Makefile +++ b/net/arpd/Makefile @@ -21,6 +21,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/libdnet.a:${PORTSDIR}/net/libdnet \ GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PORTNAME} -MAN8= arpd.8 +MAN8= arpd.8 +PLIST_FILES= sbin/arpd .include <bsd.port.mk> diff --git a/net/arpd/pkg-plist b/net/arpd/pkg-plist deleted file mode 100644 index 46f8393fa10c..000000000000 --- a/net/arpd/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -sbin/arpd |