diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-20 18:08:12 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-20 18:08:12 +0000 |
commit | 2cc2bac489939dbfdaf792a123e33aa77c49ce74 (patch) | |
tree | b8dc59e8842534e131f33e5a2f7489b8211e6e4a /net/hidentd/Makefile | |
parent | ba6d6a0584b9f2b7c5940d2604bbb2c9b60338df (diff) |
Notes
Diffstat (limited to 'net/hidentd/Makefile')
-rw-r--r-- | net/hidentd/Makefile | 3 |
1 files changed, 3 insertions, 0 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} |