diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 09:45:25 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 10:03:15 +0100 |
commit | c49040b13b8f917fedcdddbcc9dcfb19411e1c04 (patch) | |
tree | be5be8d885f33ea52c75689964888699b12b5ded | |
parent | ee56714f8e3c00688023baaefb1cb9a37fdf210f (diff) | |
download | freebsd-ports-c49040b13b8f917fedcdddbcc9dcfb19411e1c04.zip |
graphics/bmeps: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | graphics/bmeps/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/bmeps/Makefile b/graphics/bmeps/Makefile index cd663be094eb..329587552d33 100644 --- a/graphics/bmeps/Makefile +++ b/graphics/bmeps/Makefile @@ -1,5 +1,6 @@ PORTNAME= bitmap2pp DISTVERSION= 4.35.3 +PORTREVISION= 1 CATEGORIES= graphics perl5 MASTER_SITES= SF/dktools/dktools/dktools-${PORTVERSION} DISTNAME= dktools-${PORTVERSION} @@ -21,10 +22,10 @@ CONFIGURE_ENV= ac_cv_header_db_h=no ALL_TARGET= ${PORTNAME} CONFLICTS_INSTALL= dktools[0-9]* -PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz +PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/man/man/man1/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/man/man/man1/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include <bsd.port.mk> |