diff options
Diffstat (limited to 'graphics/hpoj/Makefile')
-rw-r--r-- | graphics/hpoj/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/hpoj/Makefile b/graphics/hpoj/Makefile index 865c560f9fd8..dbc5ff652d3b 100644 --- a/graphics/hpoj/Makefile +++ b/graphics/hpoj/Makefile @@ -110,6 +110,7 @@ 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> |