svn commit: r399375 - head/www/httrack

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Oct 15 20:17:07 UTC 2015


Author: sunpoet
Date: Thu Oct 15 20:17:06 2015
New Revision: 399375
URL: https://svnweb.freebsd.org/changeset/ports/399375

Log:
  - Cleanup Makefile

Modified:
  head/www/httrack/Makefile

Modified: head/www/httrack/Makefile
==============================================================================
--- head/www/httrack/Makefile	Thu Oct 15 20:17:01 2015	(r399374)
+++ head/www/httrack/Makefile	Thu Oct 15 20:17:06 2015	(r399375)
@@ -20,10 +20,8 @@ OPTIONS_DEFINE=	DOCS ICONS
 OPTIONS_SUB=	yes
 
 CONFIGURE_ARGS=	--docdir=${DOCSDIR} --with-zlib=/usr
-CPPFLAGS+=	-I${LOCALBASE}/include
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
-LDFLAGS+=	-L${LOCALBASE}/lib
 USE_LDCONFIG=	${PREFIX}/lib/httrack
 USE_OPENSSL=	yes
 USES=		alias execinfo gmake iconv libtool shebangfix


More information about the svn-ports-all mailing list