aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/iec16022/Makefile
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2008-07-22 14:09:39 +0800
committerehaupt <ehaupt@FreeBSD.org>2008-07-22 14:09:39 +0800
commitf23fc36a9be5d872cf04a5ad6cf6347829a2fbaa (patch)
treef17a9924d06b38b6b90c2c08bf973bc0b53b985f /graphics/iec16022/Makefile
parent03d0a7e3a96951b3a3e548a79b0bb0e8fe49bc32 (diff)
downloadfreebsd-ports-gnome-f23fc36a9be5d872cf04a5ad6cf6347829a2fbaa.tar.gz
freebsd-ports-gnome-f23fc36a9be5d872cf04a5ad6cf6347829a2fbaa.tar.zst
freebsd-ports-gnome-f23fc36a9be5d872cf04a5ad6cf6347829a2fbaa.zip
Update to 0.2.3
Diffstat (limited to 'graphics/iec16022/Makefile')
-rw-r--r--graphics/iec16022/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/iec16022/Makefile b/graphics/iec16022/Makefile
index 4aea12a8953d..ffe4de6980b2 100644
--- a/graphics/iec16022/Makefile
+++ b/graphics/iec16022/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= iec16022
-PORTVERSION= 0.2.2
+PORTVERSION= 0.2.3
CATEGORIES= graphics
MASTER_SITES= http://datenfreihafen.org/~stefan/iec16022/ \
CRITICAL
@@ -20,6 +20,7 @@ GNU_CONFIGURE= yes
CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
+MAN1= iec16022.1
PLIST_FILES= bin/iec16022
post-patch:
@@ -28,5 +29,6 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MANPREFIX}/man/man1
.include <bsd.port.mk>