diff options
author | fredb <fredb@pkgsrc.org> | 1999-07-29 19:06:05 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 1999-07-29 19:06:05 +0000 |
commit | 22e7d6bbebe6af99a6fb9638ec2839531f739b81 (patch) | |
tree | f7a4cf9dad943b5b96bdc840fd1e3faccf502fd1 /net/ntp4/Makefile | |
parent | e3924bdfce32d21696d31db98f7b559c230922d9 (diff) | |
download | pkgsrc-22e7d6bbebe6af99a6fb9638ec2839531f739b81.tar.gz |
Eliminate absolute paths in MESSAGE file.
Diffstat (limited to 'net/ntp4/Makefile')
-rw-r--r-- | net/ntp4/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net/ntp4/Makefile b/net/ntp4/Makefile index 2d7ec3462d7..1e111d80377 100644 --- a/net/ntp4/Makefile +++ b/net/ntp4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1999/07/28 08:55:12 fredb Exp $ +# $NetBSD: Makefile,v 1.6 1999/07/29 19:06:05 fredb Exp $ # DISTNAME= ntp-4.0.95 @@ -14,6 +14,7 @@ HOMEPAGE= http://www.ntp.org/ GNU_CONFIGURE= YES DOCDIR= ${PREFIX}/share/doc +MESSAGE_FILE= ${WRKDIR}/MESSAGE post-configure: cd ${WRKSRC}; \ @@ -21,6 +22,9 @@ post-configure: ${MV} config.cache~ config.cache @${MAKE} do-configure +post-build: + ${SED} 's#@PREFIX@#${PREFIX}#g' < ${PKGDIR}/MESSAGE > ${WRKDIR}/MESSAGE + post-install: cd ${WRKSRC}; \ ${PAX} -r -w -s "/html/ntp4/" html ${DOCDIR} |