aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libformat
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2002-11-07 11:10:58 +0800
committeradamw <adamw@FreeBSD.org>2002-11-07 11:10:58 +0800
commit7728de257b83c02836ea94cb7b2cf4cd94cc5831 (patch)
tree39c06bf9b0c9d7d5b9f12e09ea13f9d423bb1e97 /devel/libformat
parentfe66d29282150d9c4b4d8ce3883c1c361ee564bb (diff)
downloadfreebsd-ports-gnome-7728de257b83c02836ea94cb7b2cf4cd94cc5831.tar.gz
freebsd-ports-gnome-7728de257b83c02836ea94cb7b2cf4cd94cc5831.tar.zst
freebsd-ports-gnome-7728de257b83c02836ea94cb7b2cf4cd94cc5831.zip
Fix PORTCOMMENTs that were killing INDEX builds.
105 pointy hats to: me Approved by: pat
Diffstat (limited to 'devel/libformat')
-rw-r--r--devel/libformat/Makefile2
-rw-r--r--devel/libformat/pkg-comment1
2 files changed, 1 insertions, 2 deletions
diff --git a/devel/libformat/Makefile b/devel/libformat/Makefile
index 76c6a3cceb00..d5bc9a66597a 100644
--- a/devel/libformat/Makefile
+++ b/devel/libformat/Makefile
@@ -15,8 +15,6 @@ DISTNAME= Format-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
-PORTCOMMENT= C++ library that supports printf style like format printing
-
USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
diff --git a/devel/libformat/pkg-comment b/devel/libformat/pkg-comment
new file mode 100644
index 000000000000..ec3a23186005
--- /dev/null
+++ b/devel/libformat/pkg-comment
@@ -0,0 +1 @@
+C++ library that supports printf style like format printing