diff options
Diffstat (limited to 'www/htdig/Makefile')
-rw-r--r-- | www/htdig/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/www/htdig/Makefile b/www/htdig/Makefile index e6f63bc2e5d..5f22f29ca5c 100644 --- a/www/htdig/Makefile +++ b/www/htdig/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2000/02/29 23:31:32 hubertf Exp $ +# $NetBSD: Makefile,v 1.7 2001/01/29 11:34:45 wiz Exp $ # DISTNAME= htdig-3.1.5 @@ -17,11 +17,6 @@ CONFIGURE_ARGS= --with-cgi-bin-dir=${PREFIX}/libexec/cgi-bin \ --with-search-dir=${PREFIX}/share/examples/htdig CONFIGURE_ENV= CPPFLAGS=-I${PREFIX}/include/db2 -MESSAGE_FILE= ${WRKDIR}/MESSAGE - -post-build: - ${SED} 's#@PREFIX@#${PREFIX}#g' < ${PKGDIR}/MESSAGE > ${WRKDIR}/MESSAGE - post-install: if [ ! -f ${PREFIX}/etc/htdig/htdig.conf ]; then \ ${CP} ${PREFIX}/share/examples/htdig/htdig.conf ${PREFIX}/etc/htdig/; \ |