aboutsummaryrefslogtreecommitdiff
path: root/www/web500gw/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-08-24 01:26:33 +0000
committerSteve Price <steve@FreeBSD.org>1998-08-24 01:26:33 +0000
commita45fe7d24f2c1c0b8fa41e0b71afcde6f5f51735 (patch)
tree8959d416b55adef85c5aa1782764f1398130b7ce /www/web500gw/Makefile
parent754e3fbecb89f59a3b92237b79092f7632a31ceb (diff)
downloadports-a45fe7d24f2c1c0b8fa41e0b71afcde6f5f51735.tar.gz
ports-a45fe7d24f2c1c0b8fa41e0b71afcde6f5f51735.zip
Notes
Diffstat (limited to 'www/web500gw/Makefile')
-rw-r--r--www/web500gw/Makefile6
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>