Install files via FILES.
This commit is contained in:
parent
2bdd8946cb
commit
dbee1004f9
@ -16,9 +16,7 @@ CFLAGS+= -I${.CURDIR}/../../contrib/bind/bin/nslookup
|
||||
LDADD+= -ll -ledit -ltermcap
|
||||
DPADD+= ${LIBL} ${LIBEDIT} ${LIBTERMCAP}
|
||||
|
||||
beforeinstall:
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
|
||||
${BIND_DIR}/bin/nslookup/nslookup.help \
|
||||
${DESTDIR}${DESTHELP}/nslookup.help
|
||||
FILES= nslookup.help
|
||||
FILESDIR= ${DESTHELP}
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
@ -2,9 +2,9 @@
|
||||
|
||||
MAINTAINER= sheldonh
|
||||
|
||||
DOCSDIR= /usr/share/doc/ntp
|
||||
FILESDIR= ${SHAREDIR}/doc/ntp
|
||||
|
||||
HTMLS= accopt.htm assoc.htm audio.htm authopt.htm biblio.htm build.htm \
|
||||
FILES= accopt.htm assoc.htm audio.htm authopt.htm biblio.htm build.htm \
|
||||
clockopt.htm \
|
||||
config.htm confopt.htm copyright.htm debug.htm driver1.htm \
|
||||
driver10.htm driver11.htm driver12.htm driver16.htm driver18.htm \
|
||||
@ -24,11 +24,6 @@ HTMLS= accopt.htm assoc.htm audio.htm authopt.htm biblio.htm build.htm \
|
||||
MAN= ntp.conf.5 ntp.keys.5
|
||||
MAN+= ntp-genkeys.8 ntpd.8 ntpdate.8 ntpdc.8 ntpq.8 ntptime.8 ntptrace.8
|
||||
|
||||
beforeinstall:
|
||||
.for file in ${HTMLS}
|
||||
cd ${.CURDIR}/../../../contrib/ntp/html ; \
|
||||
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${file} \
|
||||
${DESTDIR}${DOCSDIR}
|
||||
.endfor
|
||||
.PATH: ${.CURDIR}/../../../contrib/ntp/html
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
@ -5,15 +5,10 @@
|
||||
rm -f ${.TARGET}
|
||||
uudecode ${.IMPSRC}
|
||||
|
||||
FONTS= vt220h.808 vt220h.810 vt220h.814 vt220h.816 \
|
||||
FILES= vt220h.808 vt220h.810 vt220h.814 vt220h.816 \
|
||||
vt220l.808 vt220l.810 vt220l.814 vt220l.816
|
||||
#FONTS+= vt100pc.814 vt100sg.814
|
||||
CLEANFILES= ${FONTS}
|
||||
|
||||
all: ${FONTS}
|
||||
|
||||
beforeinstall:
|
||||
${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \
|
||||
${FONTS} ${DESTDIR}${FONTDIR}
|
||||
#FILES+= vt100pc.814 vt100sg.814
|
||||
FILESDIR= ${FONTDIR}
|
||||
CLEANFILES= ${FILES}
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
x
Reference in New Issue
Block a user