summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-03-20 18:08:12 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-03-20 18:08:12 +0000
commit2cc2bac489939dbfdaf792a123e33aa77c49ce74 (patch)
treeb8dc59e8842534e131f33e5a2f7489b8211e6e4a /net
parent- Utilize PLIST_FILES (diff)
- Utilize PLIST_FILES
Notes
Notes: svn path=/head/; revision=104759
Diffstat (limited to 'net')
-rw-r--r--net/hidentd/Makefile3
-rw-r--r--net/hidentd/pkg-plist3
2 files changed, 3 insertions, 3 deletions
diff --git a/net/hidentd/Makefile b/net/hidentd/Makefile
index c4b1512a5ea6..fd17941d92dd 100644
--- a/net/hidentd/Makefile
+++ b/net/hidentd/Makefile
@@ -19,6 +19,9 @@ CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN8= hidentd.8
+PORTDOCS= README
+PLIST_FILES= sbin/hidentd
+
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
diff --git a/net/hidentd/pkg-plist b/net/hidentd/pkg-plist
deleted file mode 100644
index 083cec84ae1a..000000000000
--- a/net/hidentd/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-sbin/hidentd
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%@dirrm %%DOCSDIR%%