diff options
author | martti <martti@pkgsrc.org> | 2004-12-31 08:14:35 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2004-12-31 08:14:35 +0000 |
commit | 5a07a52e1e027355f44e72e001d4ccf3ffb3a76a (patch) | |
tree | 0aa2203464aa440cda2ef14f59aa18cd881eefc9 /print | |
parent | 8d0b1ad25657b5d8b7832fc2306eb3e21c7636f8 (diff) | |
download | pkgsrc-5a07a52e1e027355f44e72e001d4ccf3ffb3a76a.tar.gz |
Use RCD_SCRIPTS
Diffstat (limited to 'print')
-rw-r--r-- | print/LPRng-core/Makefile | 6 | ||||
-rw-r--r-- | print/LPRng-core/PLIST | 3 |
2 files changed, 4 insertions, 5 deletions
diff --git a/print/LPRng-core/Makefile b/print/LPRng-core/Makefile index e1848ebe5ec..37db1da7563 100644 --- a/print/LPRng-core/Makefile +++ b/print/LPRng-core/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/11/28 16:03:22 martti Exp $ +# $NetBSD: Makefile,v 1.14 2004/12/31 08:14:35 martti Exp $ # FreeBSD Id: Makefile,v 1.5 1998/10/21 00:57:27 steve Exp DISTNAME= LPRng-3.8.28 @@ -54,7 +54,8 @@ MAKE_ENV+= POSTINSTALL="NO" EXAMPLESDIR= ${PREFIX}/share/examples/LPRng DEINSTALL_FILE= ${WRKDIR}/DEINSTALL INSTALL_FILE= ${WRKDIR}/INSTALL -#RCD_SCRIPTS= LPRng +USE_PKGINSTALL= YES +RCD_SCRIPTS= LPRng FILES_SUBST= CAT=${CAT:Q} FILES_SUBST+= CHMOD=${CHMOD:Q} @@ -85,7 +86,6 @@ pre-install: ${SED} ${FILES_SUBST_SED} ${PKGDIR}/INSTALL > ${INSTALL_FILE} post-install: - ${INSTALL_SCRIPT} ${WRKDIR}/LPRng.sh ${PREFIX}/etc/rc.d/LPRng ${INSTALL_DATA_DIR} ${EXAMPLESDIR} for file in lpd.conf lpd.perms printcap; do \ ${INSTALL_DATA} ${WRKSRC}/$${file} \ diff --git a/print/LPRng-core/PLIST b/print/LPRng-core/PLIST index 60c7a2a270a..45641883dcd 100644 --- a/print/LPRng-core/PLIST +++ b/print/LPRng-core/PLIST @@ -1,11 +1,10 @@ -@comment $NetBSD: PLIST,v 1.5 2004/09/22 08:09:50 jlam Exp $ +@comment $NetBSD: PLIST,v 1.6 2004/12/31 08:14:35 martti Exp $ bin/cancel bin/lp bin/lpq bin/lpr bin/lprm bin/lpstat -etc/rc.d/LPRng lib/liblpr.la libexec/LPRng/lpbanner libexec/LPRng/lpf |