aboutsummaryrefslogtreecommitdiff
path: root/security/mhash
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-02-02 10:29:57 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-02-02 10:29:57 +0000
commit4e9edeacbd63eadbf3f0a238bbf5a196dd18864b (patch)
tree1f056648a76257ed31b6555fdb4bcf0d3311f525 /security/mhash
parenta158a7570a10cdb197932ce2401d8cffcc17531f (diff)
downloadports-4e9edeacbd63eadbf3f0a238bbf5a196dd18864b.tar.gz
ports-4e9edeacbd63eadbf3f0a238bbf5a196dd18864b.zip
- Stage support
Notes
Notes: svn path=/head/; revision=342266
Diffstat (limited to 'security/mhash')
-rw-r--r--security/mhash/Makefile9
-rw-r--r--security/mhash/pkg-plist1
2 files changed, 3 insertions, 7 deletions
diff --git a/security/mhash/Makefile b/security/mhash/Makefile
index 880f71684fed..338c6652de80 100644
--- a/security/mhash/Makefile
+++ b/security/mhash/Makefile
@@ -15,18 +15,13 @@ USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-static --with-gnu-ld
-MAN3= mhash.3
-
PORTDOCS= example.c skid2-authentication
test: build
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check
-NO_STAGE= yes
post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/doc/,} ${DOCSDIR}
-.endif
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/doc/,} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>
diff --git a/security/mhash/pkg-plist b/security/mhash/pkg-plist
index 1b99733b0c53..cb3c7a85f361 100644
--- a/security/mhash/pkg-plist
+++ b/security/mhash/pkg-plist
@@ -8,4 +8,5 @@ include/mutils/mutils.h
lib/libmhash.a
lib/libmhash.so
lib/libmhash.so.2
+man/man3/mhash.3.gz
@dirrm include/mutils