diff options
author | kris <kris@FreeBSD.org> | 2002-09-15 06:29:46 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-09-15 06:29:46 +0800 |
commit | c4448da3c2e51e64c7edf9c60dee10119f49ef55 (patch) | |
tree | bb06edd84a752eb3e8f6aad17e54d16b60e55f74 | |
parent | 0dac1e30a971d428efcb29925576ec350101234c (diff) | |
download | freebsd-ports-gnome-c4448da3c2e51e64c7edf9c60dee10119f49ef55.tar.gz freebsd-ports-gnome-c4448da3c2e51e64c7edf9c60dee10119f49ef55.tar.zst freebsd-ports-gnome-c4448da3c2e51e64c7edf9c60dee10119f49ef55.zip |
USE_LIBTOOL and add missing plist entries
-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 |