sysutils/fortunelock: Moved man to share/man

Approved by:    portmgr (blanket)
2024Q2
Muhammad Moinur Rahman 2024-02-25 18:36:22 +01:00
parent 52bc261a82
commit dc4aa7278c
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91
2 changed files with 3 additions and 2 deletions

View File

@ -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>

View File

@ -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