aboutsummaryrefslogtreecommitdiff
path: root/textproc/tidyp
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-07-02 16:24:22 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-07-02 16:24:22 +0000
commit7d225382e56106fe87953e8b92f646bb243022df (patch)
treec817f6ac15ed3654fb9166e1588262ff9603b9bf /textproc/tidyp
parent6407875beeaff1020dd962ee06cc5860b6b6b7b8 (diff)
downloadports-7d225382e56106fe87953e8b92f646bb243022df.tar.gz
ports-7d225382e56106fe87953e8b92f646bb243022df.zip
Add INSTALL_TARGET=install-strip and USES=libtool
Notes
Notes: svn path=/head/; revision=360218
Diffstat (limited to 'textproc/tidyp')
-rw-r--r--textproc/tidyp/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/tidyp/Makefile b/textproc/tidyp/Makefile
index 0035ab8b5055..223f3ead1c45 100644
--- a/textproc/tidyp/Makefile
+++ b/textproc/tidyp/Makefile
@@ -3,6 +3,7 @@
PORTNAME= tidyp
PORTVERSION= 1.04
+PORTREVISION= 1
CATEGORIES= textproc www
MASTER_SITES= http://cloud.github.com/downloads/petdance/tidyp/ \
LOCAL/sunpoet
@@ -11,6 +12,8 @@ MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Library and program to validate and fix HTML
GNU_CONFIGURE= yes
+INSTALL_TARGET= install-strip
+USES= libtool
USE_LDCONFIG= yes
OPTIONS_DEFINE= ACCESS ASIAN DEBUG UTF16
@@ -22,10 +25,9 @@ PLIST_FILES= bin/${PORTNAME} \
include/${PORTNAME}/platform.h \
include/${PORTNAME}/tidyp.h \
include/${PORTNAME}/tidypenum.h \
- lib/lib${PORTNAME}-${PORTVERSION}.so \
lib/lib${PORTNAME}-${PORTVERSION}.so.0 \
+ lib/lib${PORTNAME}-${PORTVERSION}.so.0.0.0 \
lib/lib${PORTNAME}.a \
- lib/lib${PORTNAME}.la \
lib/lib${PORTNAME}.so
PLIST_DIRS= include/${PORTNAME}