diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-09-14 22:29:46 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-09-14 22:29:46 +0000 |
commit | f5fe0f912be78e8437c5932ef2609c98ca2cd21f (patch) | |
tree | c9a01233f361deeebe1fb3974ba815da26f2fc83 /sysutils/LPRng | |
parent | 6ee5063436916a29011d8741501d445ceeef7a76 (diff) | |
download | ports-f5fe0f912be78e8437c5932ef2609c98ca2cd21f.tar.gz ports-f5fe0f912be78e8437c5932ef2609c98ca2cd21f.zip |
Notes
Diffstat (limited to 'sysutils/LPRng')
-rw-r--r-- | sysutils/LPRng/Makefile | 1 | ||||
-rw-r--r-- | sysutils/LPRng/pkg-plist | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/sysutils/LPRng/Makefile b/sysutils/LPRng/Makefile index 76cc85496ac8..173f9be5a7b4 100644 --- a/sysutils/LPRng/Makefile +++ b/sysutils/LPRng/Makefile @@ -30,6 +30,7 @@ CONFIGURE_ARGS= \ --with-lpd_perms_path=${PREFIX}/etc/lpd.perms \ --with-printcap_path=/etc/printcap \ --enable-gdbm=${LOCALBASE} +USE_LIBTOOL= yes MAN1= cancel.1 lp.1 lpbanner.1 lpf.1 \ lpq.1 lpr.1 lprm.1 lpstat.1 monitor.1 \ diff --git a/sysutils/LPRng/pkg-plist b/sysutils/LPRng/pkg-plist index 4963bb1bed5e..e570d508f244 100644 --- a/sysutils/LPRng/pkg-plist +++ b/sysutils/LPRng/pkg-plist @@ -9,7 +9,12 @@ etc/lpd.conf.sample @unexec if [ -f %D/etc/lpd.perms ]; then cmp -s %D/etc/lpd.perms.sample %D/etc/lpd.perms && rm -f %D/etc/lpd.perms || echo "If you are permanently removing this port, you should do a ``rm ${PKG_PREFIX}/etc/lpd.perms`` to remove config files left." | fmt ; fi etc/lpd.perms.sample etc/lprng.sh +etc/printcap.sample etc/rc.d/lprng.sh +lib/liblpr.a +lib/liblpr.la +lib/liblpr.so +lib/liblpr.so.0 libexec/filters/lpbanner libexec/filters/lpf libexec/filters/pclbanner |