mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
lang/nbfc: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
f9407ba419
commit
ec2c4037ae
2 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= nbfc
|
PORTNAME= nbfc
|
||||||
PORTVERSION= 0.1
|
PORTVERSION= 0.1
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= lang
|
CATEGORIES= lang
|
||||||
MASTER_SITES= http://koeln.ccc.de/ablage/brainfuck/
|
MASTER_SITES= http://koeln.ccc.de/ablage/brainfuck/
|
||||||
|
|
||||||
|
@ -10,7 +11,7 @@ WWW= https://koeln.ccc.de/ablage/brainfuck/index.en.xml
|
||||||
LICENSE= BSD2CLAUSE
|
LICENSE= BSD2CLAUSE
|
||||||
|
|
||||||
PLIST_FILES= bin/nbfc \
|
PLIST_FILES= bin/nbfc \
|
||||||
man/man1/nbfc.1.gz
|
share/man/man1/nbfc.1.gz
|
||||||
|
|
||||||
MAKE_ENV+= FLEX=${FLEX} \
|
MAKE_ENV+= FLEX=${FLEX} \
|
||||||
YACC=${YACC} \
|
YACC=${YACC} \
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
- install -c nbfc /usr/bin/nbfc
|
- install -c nbfc /usr/bin/nbfc
|
||||||
- install -c nbfc.1 /usr/man/man1/nbfc.1
|
- install -c nbfc.1 /usr/man/man1/nbfc.1
|
||||||
+ install -s -c nbfc ${STAGEDIR}${PREFIX}/bin/nbfc
|
+ install -s -c nbfc ${STAGEDIR}${PREFIX}/bin/nbfc
|
||||||
+ install -c nbfc.1 ${STAGEDIR}${PREFIX}/man/man1/nbfc.1
|
+ install -c nbfc.1 ${STAGEDIR}${PREFIX}/share/man/man1/nbfc.1
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *.o
|
rm -f *.o
|
||||||
|
|
Loading…
Add table
Reference in a new issue