diff options
author | vs <vs@FreeBSD.org> | 2006-03-20 15:37:26 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2006-03-20 15:37:26 +0800 |
commit | ad51e31fade7346dc770be2fb0c0495943467ea7 (patch) | |
tree | c678bccd8bf0553e344b5f25f4ad2ce9e70756db /graphics/hpoj/Makefile | |
parent | 3ef49de3b77c448fd61246fc940fc3eb33adcfc5 (diff) | |
download | freebsd-ports-graphics-ad51e31fade7346dc770be2fb0c0495943467ea7.tar.gz freebsd-ports-graphics-ad51e31fade7346dc770be2fb0c0495943467ea7.tar.zst freebsd-ports-graphics-ad51e31fade7346dc770be2fb0c0495943467ea7.zip |
Fix cleanup of SANE's dll.conf which I botched in the previous update and
handle another missed link when installing from package.
Diffstat (limited to 'graphics/hpoj/Makefile')
-rw-r--r-- | graphics/hpoj/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/hpoj/Makefile b/graphics/hpoj/Makefile index dbc5ff652d3..865c560f9fd 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> |