aboutsummaryrefslogtreecommitdiff
path: root/devel/dia2code/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/dia2code/Makefile')
-rw-r--r--devel/dia2code/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/devel/dia2code/Makefile b/devel/dia2code/Makefile
index a43d0c33751e..ad4d356c677b 100644
--- a/devel/dia2code/Makefile
+++ b/devel/dia2code/Makefile
@@ -1,13 +1,12 @@
-# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
-
PORTNAME= dia2code
PORTVERSION= 0.8.8
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= SF
MAINTAINER= bofh@FreeBSD.org
COMMENT= Small utility used to generate code from a Dia diagram
+WWW= https://dia2code.sourceforge.net/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
@@ -24,9 +23,9 @@ LDFLAGS+= -L${LOCALBASE}/lib
CONFLICTS_INSTALL= dia2code+
PLIST_FILES= bin/dia2code \
- man/man1/dia2code.1.gz
+ share/man/man1/dia2code.1.gz
post-install:
- ${INSTALL_MAN} ${WRKSRC}/dia2code.1 ${STAGEDIR}${MANPREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/dia2code.1 ${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.mk>