diff options
author | mm <mm@FreeBSD.org> | 2007-08-21 22:02:41 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2007-08-21 22:02:41 +0800 |
commit | 1b9d6152fa0e81bf61134c08c02ea92e44f6b11a (patch) | |
tree | e665e26b1d7769cdf6ba44d4376992b7b8a7ec3f /security/aolserver-nsopenssl | |
parent | a30573f2903ff0d2104072a48f71ba0767f91e97 (diff) | |
download | freebsd-ports-gnome-1b9d6152fa0e81bf61134c08c02ea92e44f6b11a.tar.gz freebsd-ports-gnome-1b9d6152fa0e81bf61134c08c02ea92e44f6b11a.tar.zst freebsd-ports-gnome-1b9d6152fa0e81bf61134c08c02ea92e44f6b11a.zip |
- Fix RUN_DEPENDS
- Bump PORTREVISION
devel/gmake was accidentially included in RUN_DEPENDS
Diffstat (limited to 'security/aolserver-nsopenssl')
-rw-r--r-- | security/aolserver-nsopenssl/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/security/aolserver-nsopenssl/Makefile b/security/aolserver-nsopenssl/Makefile index e632f9dd038f..f63edb31d085 100644 --- a/security/aolserver-nsopenssl/Makefile +++ b/security/aolserver-nsopenssl/Makefile @@ -7,6 +7,7 @@ PORTNAME= aolserver-nsopenssl PORTVERSION= 3.0.b26 +PORTREVISION= 1 CATEGORIES= security www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= aolserver @@ -18,15 +19,15 @@ COMMENT= OpenSSL socket encryption module for AOLserver WRKSRC= ${WRKDIR}/nsopenssl-3.0beta26 -AOLSERVERBASE?= ${PREFIX}/aolserver -BUILD_DEPENDS+= ${AOLSERVERBASE}/bin/nsd:${PORTSDIR}/www/aolserver -RUN_DEPENDS+= ${BUILD_DEPENDS} -PLIST_SUB+= AOLSERVERBASE=${AOLSERVERBASE:S/${PREFIX}\///} +AOLSERVERBASE?= aolserver +BUILD_DEPENDS+= ${LOCALBASE}/${AOLSERVERBASE}/bin/nsd:${PORTSDIR}/www/aolserver +RUN_DEPENDS+= ${LOCALBASE}/${AOLSERVERBASE}/bin/nsd:${PORTSDIR}/www/aolserver +PLIST_SUB+= AOLSERVERBASE=${AOLSERVERBASE} USE_OPENSSL= yes USE_GMAKE= yes -MAKE_ARGS= AOLSERVER=${AOLSERVERBASE} OPENSSL=${OPENSSLBASE} +MAKE_ARGS= AOLSERVER=${LOCALBASE}/${AOLSERVERBASE} OPENSSL=${OPENSSLBASE} .if !defined(NOPORTDOCS) PORTDOCS= ChangeLog README TODO |