diff options
author | Volker Stolz <vs@FreeBSD.org> | 2006-03-20 07:37:26 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2006-03-20 07:37:26 +0000 |
commit | fdc31438b69f001442a9c495748d98114766769c (patch) | |
tree | 67d8b9c55072fd3ef4d459317dbf06a32fdd2424 /graphics | |
parent | b92e667cdaff6c9c77ae901f19ba77b4b3c61877 (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/hpoj/Makefile | 1 | ||||
-rw-r--r-- | graphics/hpoj/pkg-plist | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/graphics/hpoj/Makefile b/graphics/hpoj/Makefile index dbc5ff652d3b..865c560f9fd8 100644 --- a/graphics/hpoj/Makefile +++ b/graphics/hpoj/Makefile @@ -110,7 +110,6 @@ post-install: @${INSTALL_PROGRAM} ${WRKSRC}/apps/xojpanel/xojpanel ${X11BASE}/bin .endif @${MV} ${PREFIX}/etc/rc.d/ptal-init.sh ${PREFIX}/etc/rc.d/020.ptal-init.sh.sample - @${ECHO_CMD} >>${PREFIX}/etc/sane.d/dll.conf hpoj @${SED} 's|%%PREFIX%%|${PREFIX}|g' ${PKGDIR}/pkg-message .include <bsd.port.post.mk> diff --git a/graphics/hpoj/pkg-plist b/graphics/hpoj/pkg-plist index 3c3ce6b77f24..66106775cf48 100644 --- a/graphics/hpoj/pkg-plist +++ b/graphics/hpoj/pkg-plist @@ -16,6 +16,7 @@ lib/libptal.so lib/libptal.so.0 lib/libsane-hpoj.so lib/libsane-hpoj.so.1 +lib/sane/libsane-hpoj.so.1 include/hpojip.h include/ptal.h etc/rc.d/020.ptal-init.sh.sample @@ -54,3 +55,4 @@ etc/rc.d/020.ptal-init.sh.sample %%X11%%@cwd %%X11BASE%% %%X11%%bin/xojpanel @exec /bin/echo >>%D/etc/sane.d/dll.conf hpoj +@unexec /usr/bin/sed -i '' -e '/^hpoj$/d' %D/etc/sane.d/dll.conf |