aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2024-01-18 14:02:49 +0000
committerRenato Botelho <garga@FreeBSD.org>2024-01-18 14:02:49 +0000
commit5bb1dbd6288cab8958b5bb3f1be5ff5e1175be7d (patch)
tree63fed430f0d8dd3fe37a9ddc99fb040e049405c2
parent5e231175035857529ded8f12eb01f1414651dc81 (diff)
downloadports-5bb1dbd6288cab8958b5bb3f1be5ff5e1175be7d.tar.gz
ports-5bb1dbd6288cab8958b5bb3f1be5ff5e1175be7d.zip
devel/dia2code: Eliminate MANPREFIX
While here, move manpages to ${PREFIX}/share/man Approved by: portmgr (blanket)
-rw-r--r--devel/dia2code/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/dia2code/Makefile b/devel/dia2code/Makefile
index 33b795d9ebb9..ad4d356c677b 100644
--- a/devel/dia2code/Makefile
+++ b/devel/dia2code/Makefile
@@ -1,6 +1,6 @@
PORTNAME= dia2code
PORTVERSION= 0.8.8
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= SF
@@ -23,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>