- remove unnecessary NOMAN tag
- remove deprecated variables - make sure to define PKG_PREFIX when running the INSTALL script
This commit is contained in:
parent
2724e90b45
commit
762631e89c
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.8 1999/04/08 04:37:27 marc Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 1999/12/12 21:18:05 brad Exp $
|
||||
|
||||
DISTNAME= xntp3-5.93e-export
|
||||
CATEGORIES= sysutils
|
||||
@ -7,16 +7,16 @@ MASTER_SITES= ftp://ftp.hawaii.edu/mirrors/ntp/ \
|
||||
ftp://ftp.udel.edu/pub/ntp/
|
||||
|
||||
MAINTAINER= jason@openbsd.org
|
||||
NOMAN= noman
|
||||
|
||||
HAS_CONFIGURE= Yes
|
||||
CONFIGURE_SCRIPT= configure
|
||||
CONFIGURE_ARGS+= --enable-accurate-adjtime --disable-IRIG --bindir=/usr/local/sbin
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_SCRIPT= configure
|
||||
CONFIGURE_ARGS+=--enable-accurate-adjtime --disable-IRIG \
|
||||
--bindir="/usr/local/sbin"
|
||||
|
||||
post-install:
|
||||
@${LN} -sf xntpd ${PREFIX}/sbin/ntpd
|
||||
@${MKDIR} ${PREFIX}/share/doc/ntp
|
||||
@mkdir -p ${PREFIX}/share/doc/ntp
|
||||
@ln -sf xntpd ${PREFIX}/sbin/ntpd
|
||||
@(cd ${WRKSRC}/html; tar cf - . | (cd ${PREFIX}/share/doc/ntp; tar xfBp -))
|
||||
@${SH} ${PKGDIR}/INSTALL ${DISTNAME} POST-INSTALL
|
||||
@PKG_PREFIX="${PREFIX}" sh ${PKGDIR}/INSTALL ${DISTNAME} POST-INSTALL
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user