diff options
Diffstat (limited to 'net/dhid/Makefile')
-rw-r--r-- | net/dhid/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/net/dhid/Makefile b/net/dhid/Makefile index da7038d1ab4..703f7d8e267 100644 --- a/net/dhid/Makefile +++ b/net/dhid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2000/09/03 12:40:50 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2001/01/29 11:34:35 wiz Exp $ # DISTNAME= dhid-4.0.1 @@ -10,15 +10,11 @@ HOMEPAGE= http://www.dhis.org/ DEPENDS+= gmp-[0-9]*:../../devel/gmp -MESSAGE_FILE= ${WRKDIR}/MESSAGE - do-configure: ${SED} \ -e "s,@PREFIX@,${PREFIX},g" \ -e "s,@ECHO@,${ECHO},g" \ < ${FILESDIR}/dhid.sh > ${WRKDIR}/dhid.sh - ${SED} -e "s,@PREFIX@,${PREFIX},g" \ - < ${PKGDIR}/MESSAGE > ${MESSAGE_FILE} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dhid ${PREFIX}/sbin |