svn commit: r360218 - head/textproc/tidyp
Tijl Coosemans
tijl at FreeBSD.org
Wed Jul 2 16:24:23 UTC 2014
Author: tijl
Date: Wed Jul 2 16:24:22 2014
New Revision: 360218
URL: http://svnweb.freebsd.org/changeset/ports/360218
QAT: https://qat.redports.org/buildarchive/r360218/
Log:
Add INSTALL_TARGET=install-strip and USES=libtool
Modified:
head/textproc/tidyp/Makefile
Modified: head/textproc/tidyp/Makefile
==============================================================================
--- head/textproc/tidyp/Makefile Wed Jul 2 16:21:52 2014 (r360217)
+++ head/textproc/tidyp/Makefile Wed Jul 2 16:24:22 2014 (r360218)
@@ -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 at 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}
More information about the svn-ports-head
mailing list