diff options
author | thierry <thierry@FreeBSD.org> | 2017-10-15 03:53:52 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2017-10-15 03:53:52 +0800 |
commit | 4001652c2292a3b50a2f8ffb369164aee0e619ae (patch) | |
tree | d6d1f0ae9f00fafbe772a81858cef50e3c292278 /www/tidy-html5 | |
parent | 365393b5d1c349393329e9c7bda71af4c67f3ce8 (diff) | |
download | freebsd-ports-gnome-4001652c2292a3b50a2f8ffb369164aee0e619ae.tar.gz freebsd-ports-gnome-4001652c2292a3b50a2f8ffb369164aee0e619ae.tar.zst freebsd-ports-gnome-4001652c2292a3b50a2f8ffb369164aee0e619ae.zip |
Avoid conflict with www/tidy-devel.
Reported by: FreeBSD Ports Conflicts Scanner
Diffstat (limited to 'www/tidy-html5')
-rw-r--r-- | www/tidy-html5/Makefile | 2 | ||||
-rw-r--r-- | www/tidy-html5/pkg-plist | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/www/tidy-html5/Makefile b/www/tidy-html5/Makefile index 8861b7ed0477..f8792d91f39c 100644 --- a/www/tidy-html5/Makefile +++ b/www/tidy-html5/Makefile @@ -3,6 +3,7 @@ PORTNAME= tidy-html5 PORTVERSION= 5.4.0 +PORTREVISION= 1 CATEGORIES= www MAINTAINER= thierry@FreeBSD.org @@ -27,5 +28,6 @@ post-install: # To avoid conflict ATM - to be removed later ${MV} ${STAGEDIR}${PREFIX}/bin/tidy ${STAGEDIR}${PREFIX}/bin/tidy5 ${MV} ${STAGEDIR}${PREFIX}/lib/libtidy.so ${STAGEDIR}${PREFIX}/lib/libtidy5.so + ${MV} ${STAGEDIR}${MANPREFIX}/man/man1/tidy.1 ${STAGEDIR}${MANPREFIX}/man/man1/tidy5.1 .include <bsd.port.mk> diff --git a/www/tidy-html5/pkg-plist b/www/tidy-html5/pkg-plist index c7799285b0a0..3865e31428e8 100644 --- a/www/tidy-html5/pkg-plist +++ b/www/tidy-html5/pkg-plist @@ -7,4 +7,4 @@ lib/libtidy5.so lib/libtidy.so.5 lib/libtidy.so.%%VER%% lib/libtidys.a -man/man1/tidy.1.gz +man/man1/tidy5.1.gz |