Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 May 2013 16:00:32 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317693 - head/archivers/libcomprex
Message-ID:  <201305081600.r48G0W5c076323@svn.freebsd.org>

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



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