diff options
Diffstat (limited to 'net/ntp4')
-rw-r--r-- | net/ntp4/Makefile | 6 | ||||
-rw-r--r-- | net/ntp4/pkg/MESSAGE | 7 |
2 files changed, 7 insertions, 6 deletions
diff --git a/net/ntp4/Makefile b/net/ntp4/Makefile index 5ab9d8a629d..1deb7c2d457 100644 --- a/net/ntp4/Makefile +++ b/net/ntp4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2000/08/18 19:39:53 fredb Exp $ +# $NetBSD: Makefile,v 1.14 2001/01/29 11:34:37 wiz Exp $ # DISTNAME= ntp-4.0.99k @@ -17,10 +17,6 @@ CONFIGURE_ENV+= "LIBS=-ltermcap" # for ntpdc DOCDIR= ${PREFIX}/share/doc EXAMPLESDIR= ${PREFIX}/share/examples -MESSAGE_FILE= ${WRKDIR}/MESSAGE - -post-build: - ${SED} 's|@PREFIX@|${PREFIX}|g' < ${PKGDIR}/MESSAGE > ${WRKDIR}/MESSAGE post-install: cd ${WRKSRC}; \ diff --git a/net/ntp4/pkg/MESSAGE b/net/ntp4/pkg/MESSAGE index 501c9dca36f..97bcdd807dd 100644 --- a/net/ntp4/pkg/MESSAGE +++ b/net/ntp4/pkg/MESSAGE @@ -1,7 +1,10 @@ +====================================================================== +$NetBSD: MESSAGE,v 1.3 2001/01/29 11:34:37 wiz Exp $ + THERE ARE NO MAN PAGES. All installed documentation is accessible through - file:/@PREFIX@/share/doc/ntp4/index.htm + file:/${PREFIX}/share/doc/ntp4/index.htm User to user support is available at @@ -12,3 +15,5 @@ and online docs are viewable through NTP's home at http://www.ntp.org/ or http://www.eecis.udel.edu/~ntp/ + +====================================================================== |