Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Jul 2014 16:24:23 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r360218 - head/textproc/tidyp
Message-ID:  <201407021624.s62GONXx052471@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407021624.s62GONXx052471>