mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
sysutils/fortunelock: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
52bc261a82
commit
dc4aa7278c
@ -1,5 +1,6 @@
|
||||
PORTNAME= fortunelock
|
||||
PORTVERSION= 0.1.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= LOCAL/dannyboy
|
||||
|
||||
@ -9,6 +10,6 @@ COMMENT= Locks a terminal while showing fortunes
|
||||
USES= ncurses tar:bzip2
|
||||
MAKE_ARGS= LIBS="${LDFLAGS} -lncurses"
|
||||
|
||||
PLIST_FILES= bin/fortunelock man/man1/${PORTNAME}.1.gz
|
||||
PLIST_FILES= bin/fortunelock share/man/man1/${PORTNAME}.1.gz
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -21,7 +21,7 @@
|
||||
- install -m 755 fortunelock $(PREFIXDIR)/bin
|
||||
- install -m 644 fortunelock.1 $(PREFIXDIR)/man/man1
|
||||
+ install -c -m 755 fortunelock $(DESTDIR)$(PREFIX)/bin
|
||||
+ install -c -m 644 fortunelock.1 $(DESTDIR)$(PREFIX)/man/man1
|
||||
+ install -c -m 644 fortunelock.1 $(DESTDIR)$(PREFIX)/share/man/man1
|
||||
|
||||
uninstall:
|
||||
- rm -rf $(PREFIXDIR)/bin/fortunelock
|
||||
|
Loading…
Reference in New Issue
Block a user