diff --git a/emulators/cpmtools/Makefile b/emulators/cpmtools/Makefile index 5b2f53cf185f..a734ae7181bc 100644 --- a/emulators/cpmtools/Makefile +++ b/emulators/cpmtools/Makefile @@ -1,17 +1,17 @@ PORTNAME= cpmtools PORTVERSION= 1.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= emulators MASTER_SITES= LOCAL/joerg DISTNAME= cpm-${PORTVERSION} MAINTAINER= joerg@FreeBSD.org COMMENT= Utility to transfer files from/to CP/M (R) diskettes WRKSRC= ${WRKDIR}/cpm CFLAGS+= -Wno-return-type CONFLICTS_INSTALL= yaze-ag .include diff --git a/emulators/cpmtools/files/patch-man_Makefile b/emulators/cpmtools/files/patch-man_Makefile index 58f619193076..930938405ee5 100644 --- a/emulators/cpmtools/files/patch-man_Makefile +++ b/emulators/cpmtools/files/patch-man_Makefile @@ -1,14 +1,14 @@ --- man/Makefile.orig 1994-05-28 10:56:44 UTC +++ man/Makefile @@ -3,9 +3,9 @@ all:; #MANEXT=n MANEXT=1 #MANDIR=/usr/man/man${MANEXT} -MANDIR=/usr/local/man/man${MANEXT} -+MANDIR=${PREFIX}/man/man${MANEXT} ++MANDIR=${PREFIX}/share/man/man${MANEXT} install: - cp cpm.1 ${DESTDIR}/${MANDIR}/cpm.${MANEXT} + ${BSD_INSTALL_MAN} cpm.1 ${DESTDIR}${MANDIR}/cpm.${MANEXT} clean:; diff --git a/emulators/cpmtools/pkg-plist b/emulators/cpmtools/pkg-plist index 4809b4e5c4d3..dbc29d279156 100644 --- a/emulators/cpmtools/pkg-plist +++ b/emulators/cpmtools/pkg-plist @@ -1,3 +1,3 @@ bin/cpm -man/man1/cpm.1.gz +share/man/man1/cpm.1.gz share/cpm/cpm.hlp