mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
emulators/cpmtools: Sanitize MANPREFIX
Approved by: portmgr (blanket)
This commit is contained in:
parent
6566dda575
commit
f5534cf1fb
3 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= cpmtools
|
||||
PORTVERSION= 1.1
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= LOCAL/joerg
|
||||
DISTNAME= cpm-${PORTVERSION}
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
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}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
bin/cpm
|
||||
man/man1/cpm.1.gz
|
||||
share/man/man1/cpm.1.gz
|
||||
share/cpm/cpm.hlp
|
||||
|
|
Loading…
Add table
Reference in a new issue