diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2024-01-11 14:59:09 +0100 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2024-01-11 14:59:36 +0100 |
| commit | 7074d7f6aec43269666bcbbfd162d977b7c64277 (patch) | |
| tree | d22566119989458e40ed57605132262852c1e776 /sysutils/ipsc | |
| parent | multimedia/mkvtoolnix: remove cruft that crept in by accident (diff) | |
MANPREFIX: eliminate usage of MANPREFIX
While here move some manpages to share/man
Diffstat (limited to 'sysutils/ipsc')
| -rw-r--r-- | sysutils/ipsc/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/ipsc/Makefile b/sysutils/ipsc/Makefile index e187d7737e8f..e83c8557462f 100644 --- a/sysutils/ipsc/Makefile +++ b/sysutils/ipsc/Makefile @@ -1,5 +1,6 @@ PORTNAME= ipsc PORTVERSION= 0.4.3 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://archive.debian.org/debian/pool/main/i/ipsc/ DISTNAME= ${PORTNAME}_${PORTVERSION}.orig @@ -13,7 +14,7 @@ BUILD_DEPENDS= ${PRIPS_WRKSRC}/prips.o:sysutils/prips:build WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src ALL_TARGET= ipsc -PLIST_FILES= bin/ipsc man/man8/ipsc.8.gz +PLIST_FILES= bin/ipsc share/man/man8/ipsc.8.gz PRIPS_WRKSRC!= cd ${.CURDIR}/../prips && ${MAKE} -V WRKSRC @@ -22,6 +23,6 @@ post-extract: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ipsc ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${FILESDIR}/ipsc.8 ${STAGEDIR}${MANPREFIX}/man/man8 + ${INSTALL_MAN} ${FILESDIR}/ipsc.8 ${STAGEDIR}${PREFIX}/share/man/man8 .include <bsd.port.mk> |
