aboutsummaryrefslogtreecommitdiff
path: root/security/fbopenssl
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2014-07-08 12:26:03 +0000
committerPawel Pekala <pawel@FreeBSD.org>2014-07-08 12:26:03 +0000
commit5603bec302653b9aadf805a120e38382191c9c84 (patch)
tree69796bd23d49999bacdd5c8b58f117d214c37a9d /security/fbopenssl
parent93358ba544dcaec900fe2e316ca741b6bad4c6fe (diff)
downloadports-5603bec302653b9aadf805a120e38382191c9c84.tar.gz
ports-5603bec302653b9aadf805a120e38382191c9c84.zip
Notes
Diffstat (limited to 'security/fbopenssl')
-rw-r--r--security/fbopenssl/Makefile12
-rw-r--r--security/fbopenssl/files/BSDMakefile2
2 files changed, 5 insertions, 9 deletions
diff --git a/security/fbopenssl/Makefile b/security/fbopenssl/Makefile
index 104827d4d317..4abbb5fdd245 100644
--- a/security/fbopenssl/Makefile
+++ b/security/fbopenssl/Makefile
@@ -5,11 +5,12 @@ PORTVERSION= 0.0.4
CATEGORIES= security
MASTER_SITES= SF/modgssapache/${PORTNAME}/${PORTVERSION}/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= GSS-API and SPNEGO extensions for OpenSSL
LICENSE= GPLv2
+USES= uidfix
USE_LDCONFIG= yes
USE_OPENSSL= yes
MAKEFILE= BSDMakefile
@@ -19,16 +20,11 @@ PORTDOCS= readme.txt
OPTIONS_DEFINE= DOCS
-NO_STAGE= yes
-.include <bsd.port.options.mk>
-
post-extract:
${INSTALL_DATA} ${FILESDIR}/BSDMakefile ${WRKSRC}
-.if ${PORT_OPTIONS:MDOCS}
post-install:
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/readme.txt ${DOCSDIR}
-.endif
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/readme.txt ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>
diff --git a/security/fbopenssl/files/BSDMakefile b/security/fbopenssl/files/BSDMakefile
index 590ebb313f9a..f3964ee82d0c 100644
--- a/security/fbopenssl/files/BSDMakefile
+++ b/security/fbopenssl/files/BSDMakefile
@@ -31,6 +31,6 @@ FILES= include/asn1help.h \
FILESDIR?= ${PREFIX}/include/fbopenssl
beforeinstall:
- install -m 0755 -d ${PREFIX}/include/fbopenssl
+ install -m 0755 -d ${DESTDIR}${PREFIX}/include/fbopenssl
.include <bsd.lib.mk>