diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-05-08 23:54:54 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-05-08 23:54:54 +0800 |
commit | 90dbd2678a0a8d962f29d865999399e4984637e2 (patch) | |
tree | ae0323a9997c9c5eb1141560a068dd2c68fad573 /ftp/curlpp | |
parent | 381af66da468a59600f8bf89a5b94ffaff519a44 (diff) | |
download | freebsd-ports-gnome-90dbd2678a0a8d962f29d865999399e4984637e2.tar.gz freebsd-ports-gnome-90dbd2678a0a8d962f29d865999399e4984637e2.tar.zst freebsd-ports-gnome-90dbd2678a0a8d962f29d865999399e4984637e2.zip |
- Remove leading indefinite article from COMMENT
- Restore mis-removed tab between USES= and pathfix
- Cleanup Makefile header
Diffstat (limited to 'ftp/curlpp')
-rw-r--r-- | ftp/curlpp/Makefile | 11 |
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> |