aboutsummaryrefslogtreecommitdiff
path: root/ftp/curlpp
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-05-08 15:54:54 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-05-08 15:54:54 +0000
commita99a52ea64e5cf9369efda21ee93e684756f18e5 (patch)
treeae0323a9997c9c5eb1141560a068dd2c68fad573 /ftp/curlpp
parent2588c3574f655459769d170d1694a6defefd6145 (diff)
downloadports-a99a52ea64e5cf9369efda21ee93e684756f18e5.tar.gz
ports-a99a52ea64e5cf9369efda21ee93e684756f18e5.zip
- Remove leading indefinite article from COMMENT
- Restore mis-removed tab between USES= and pathfix - Cleanup Makefile header
Notes
Notes: svn path=/head/; revision=317691
Diffstat (limited to 'ftp/curlpp')
-rw-r--r--ftp/curlpp/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/ftp/curlpp/Makefile b/ftp/curlpp/Makefile
index e7fdb711618c..ed0428c18869 100644
--- a/ftp/curlpp/Makefile
+++ b/ftp/curlpp/Makefile
@@ -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@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>