diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-03 14:33:08 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-03 14:33:08 +0000 |
commit | cc981d13caba765a423bb851e8eab18ba22081ea (patch) | |
tree | db693ea202f5ab6916ec966086074ce90442c79f /www | |
parent | 41e6a5bea86050b28a2d40b89298a52ed513df25 (diff) | |
download | freebsd-ports-cc981d13caba765a423bb851e8eab18ba22081ea.zip |
- Modernize plist
Diffstat (limited to 'www')
-rw-r--r-- | www/plugger/Makefile | 1 | ||||
-rw-r--r-- | www/plugger/pkg-plist | 4 |
2 files changed, 1 insertions, 4 deletions
diff --git a/www/plugger/Makefile b/www/plugger/Makefile index aff9309bfa48..4d2a9d0208eb 100644 --- a/www/plugger/Makefile +++ b/www/plugger/Makefile @@ -17,7 +17,6 @@ PKGDEINSTALL= ${PKGINSTALL} WEBPLUGIN_FILES=npplugger.so - post-patch: @${REINPLACE_CMD} -e \ 's|/usr/X11R6/lib/xscreensaver|${LOCALBASE}/bin/xscreensaver-hacks|g ; \ diff --git a/www/plugger/pkg-plist b/www/plugger/pkg-plist index 0840c763f8cc..0bba39a7884f 100644 --- a/www/plugger/pkg-plist +++ b/www/plugger/pkg-plist @@ -1,8 +1,6 @@ bin/plugger-5.1.5 bin/plugger-controller bin/plugger-oohelper -@unexec if cmp %D/etc/pluggerrc-5.1.5.sample %D/etc/pluggerrc-5.1.5 2>/dev/null; then rm -f %D/etc/pluggerrc-5.1.5; fi -etc/pluggerrc-5.1.5.sample +@sample etc/pluggerrc-5.1.5.sample man/man7/plugger.7.gz %%WEBPLUGIN_DIR%%/npplugger.so -@dirrm %%WEBPLUGIN_DIR%% |