svn commit: r317691 - head/ftp/curlpp
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed May 8 15:54:55 UTC 2013
Author: sunpoet
Date: Wed May 8 15:54:54 2013
New Revision: 317691
URL: http://svnweb.freebsd.org/changeset/ports/317691
Log:
- Remove leading indefinite article from COMMENT
- Restore mis-removed tab between USES= and pathfix
- Cleanup Makefile header
Modified:
head/ftp/curlpp/Makefile (contents, props changed)
Modified: head/ftp/curlpp/Makefile
==============================================================================
--- head/ftp/curlpp/Makefile Wed May 8 15:53:18 2013 (r317690)
+++ head/ftp/curlpp/Makefile Wed May 8 15:54:54 2013 (r317691)
@@ -1,10 +1,5 @@
-# ex:ts=8
-# Ports collection makefile for: curlpp
-# Date created: Nov 27, 2003
-# Whom: ijliao
-#
+# Created by: ijliao
# $FreeBSD$
-#
PORTNAME= curlpp
PORTVERSION= 0.7.3
@@ -13,7 +8,7 @@ CATEGORIES= ftp
MASTER_SITES= GOOGLE_CODE
MAINTAINER= sunpoet at FreeBSD.org
-COMMENT= A C++ wrapper for libcurl
+COMMENT= C++ wrapper for libcurl
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl
@@ -23,8 +18,8 @@ CONFIGURE_ARGS= --disable-ewarning
CPPFLAGS+= -I${LOCALBASE}/include
GNU_CONFIGURE= yes
LDFLAGS+= -L${LOCALBASE}/lib
-USES= pathfix
USE_LDCONFIG= yes
+USES= pathfix
.include <bsd.port.options.mk>
More information about the svn-ports-all
mailing list