svn commit: r317693 - head/archivers/libcomprex

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed May 8 16:00:33 UTC 2013


Author: sunpoet
Date: Wed May  8 16:00:32 2013
New Revision: 317693
URL: http://svnweb.freebsd.org/changeset/ports/317693

Log:
  - Cleanup Makefile
  - Restore mis-removed tab between USES= and pathfix

Modified:
  head/archivers/libcomprex/Makefile

Modified: head/archivers/libcomprex/Makefile
==============================================================================
--- head/archivers/libcomprex/Makefile	Wed May  8 15:59:11 2013	(r317692)
+++ head/archivers/libcomprex/Makefile	Wed May  8 16:00:32 2013	(r317693)
@@ -12,12 +12,10 @@ COMMENT=	Transparently handles automatic
 
 LICENSE=	LGPL21
 
-#LIB_DEPENDS=	curl.3:${PORTSDIR}/ftp/curl
-
 OPTIONS_DEFINE=	NLS
 
 USE_AUTOTOOLS=	libtool
-USES=	pathfix pkgconfig
+USES=		pathfix pkgconfig
 USE_LDCONFIG=	yes
 MAKE_JOBS_SAFE=	yes
 
@@ -33,6 +31,5 @@ CONFIGURE_ARGS+=--disable-nls
 PLIST_SUB+=	NLS="@comment "
 .endif
 
-.include <bsd.port.pre.mk>
 .include "Makefile.man"
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list