svn commit: r355901 - head/astro/jday

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri May 30 19:33:22 UTC 2014


Author: amdmi3
Date: Fri May 30 19:33:22 2014
New Revision: 355901
URL: http://svnweb.freebsd.org/changeset/ports/355901
QAT: https://qat.redports.org/buildarchive/r355901/

Log:
  - Switch to USES=libtool, drop .la files
  - Strip libraries

Modified:
  head/astro/jday/Makefile

Modified: head/astro/jday/Makefile
==============================================================================
--- head/astro/jday/Makefile	Fri May 30 19:20:24 2014	(r355900)
+++ head/astro/jday/Makefile	Fri May 30 19:33:22 2014	(r355901)
@@ -2,21 +2,22 @@
 
 PORTNAME=	jday
 PORTVERSION=	2.4
+PORTREVISION=	1
 CATEGORIES=	astro
 MASTER_SITES=	SF
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Astronomical Julian date calculator
 
-USE_AUTOTOOLS=	libtool
-USES=		pathfix
-USE_LDCONFIG=	yes
+USES=		pathfix libtool
 GNU_CONFIGURE=	yes
+USE_LDCONFIG=	yes
+INSTALL_TARGET=	install-strip
 
 PLIST_FILES=	bin/dbd bin/j2d bin/jday \
 		include/jday.h lib/libjday.a \
-		lib/libjday.la lib/libjday.so \
-		lib/libjday.so.2 libdata/pkgconfig/jday.pc \
+		lib/libjday.so lib/libjday.so.2 \
+		lib/libjday.so.2.0.4 libdata/pkgconfig/jday.pc \
 		man/man1/jday.1.gz
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list