diff options
Diffstat (limited to 'www/web500gw/Makefile')
-rw-r--r-- | www/web500gw/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/web500gw/Makefile b/www/web500gw/Makefile index 4f165c4f8026..c12090e895b1 100644 --- a/www/web500gw/Makefile +++ b/www/web500gw/Makefile @@ -3,7 +3,7 @@ # Date created: 30 July 1998 # Whom: Brent J. Nordquist <bjn@visi.com> # -# $Id: Makefile,v 1.1.1.1 1998/07/31 18:47:37 nectar Exp $ +# $Id: Makefile,v 1.2 1998/07/31 21:34:38 asami Exp $ # DISTNAME= web500gw-2.1b2 @@ -15,9 +15,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= bjn@visi.com BUILD_DEPENDS= ${PREFIX}/lib/libldap.a:${PORTSDIR}/net/ldap -RUN_DEPENDS= ${INSTDIR}:${PORTSDIR}/www/apache12 -INSTDIR= ${PREFIX}/www/cgi-bin +INSTDIR= ${PREFIX}/bin MAKE_ENV= PLATFORMCFLAGS="${CFLAGS} -DUSE_SYSCONF" \ INSTDIR=${INSTDIR} \ @@ -32,5 +31,6 @@ WEB500GWDIR= ${PREFIX}/etc/web500gw post-install: strip ${INSTDIR}/web500gw + @${CAT} ${PKGDIR}/MESSAGE .include <bsd.port.mk> |