sysutils/clone: Moved man to share/man

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-02-25 15:28:57 +01:00
parent 955a970fb3
commit fae1929481
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,6 +1,7 @@
PORTNAME= clone
DISTVERSIONPREFIX= v
DISTVERSION= 1.0.8
PORTREVISION= 1
CATEGORIES= sysutils
MAINTAINER= cyclaero@gmail.com
@ -14,7 +15,7 @@ USE_GITHUB= yes
GH_ACCOUNT= cyclaero
PLIST_FILES= bin/clone \
man/man1/clone.1.gz
share/man/man1/clone.1.gz
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/clone

View file

@ -7,4 +7,4 @@
- strip -x -o /usr/local/bin/$(TOOL) $(TOOL)
- cp $(TOOL).1 /usr/local/man/man1/$(TOOL).1
+ strip -x -o $(DESTDIR)$(PREFIX)/bin/$(TOOL) $(TOOL)
+ cp $(TOOL).1 $(DESTDIR)$(PREFIX)/man/man1/$(TOOL).1
+ cp $(TOOL).1 $(DESTDIR)$(PREFIX)/share/man/man1/$(TOOL).1