summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2015-10-20 08:47:30 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2015-10-20 08:47:30 +0000
commit5ac442de5f26a5911f6bf31e0649eebd7c0c7d9d (patch)
tree650a7eb278df8104703c958a95f991f127531fa4
parentc1232f3105538feaf95126f341cda8ff05faae2d (diff)
downloadfreebsd-ports-5ac442de5f26a5911f6bf31e0649eebd7c0c7d9d.zip
Wrap long line
Approved by: bapt@
-rw-r--r--devel/pkgconf/Makefile1
-rw-r--r--devel/pkgconf/pkg-descr4
2 files changed, 3 insertions, 2 deletions
diff --git a/devel/pkgconf/Makefile b/devel/pkgconf/Makefile
index 824e735b3760..d2d45260e9e1 100644
--- a/devel/pkgconf/Makefile
+++ b/devel/pkgconf/Makefile
@@ -2,6 +2,7 @@
PORTNAME= pkgconf
PORTVERSION= 0.9.12
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://rabbit.dereferenced.org/~nenolod/distfiles/ \
http://files.etoilebsd.net/pkgconf/
diff --git a/devel/pkgconf/pkg-descr b/devel/pkgconf/pkg-descr
index 53afb4fd1a7a..9ae3b1ab9b0c 100644
--- a/devel/pkgconf/pkg-descr
+++ b/devel/pkgconf/pkg-descr
@@ -1,6 +1,6 @@
pkgconf is a program which helps to configure compiler and linker flags for
development frameworks. It is similar to pkg-config, but was written from
-scratch in Summer of 2011 to replace pkg-config, which now needs itself to build
-itself.
+scratch in Summer of 2011 to replace pkg-config, which now needs itself to
+build itself.
WWW: https://github.com/pkgconf/pkgconf