mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
sysutils/cdeploy: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
PORTNAME= cdeploy
|
||||
PORTVERSION= 0.2.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= SF/root-tools/cdeploy/0.2
|
||||
|
||||
@@ -9,6 +10,6 @@ WWW= https://sourceforge.net/projects/root-tools/
|
||||
|
||||
USES= tar:bzip2
|
||||
|
||||
PLIST_FILES= man/man1/cdeploy.1.gz sbin/cdeploy
|
||||
PLIST_FILES= share/man/man1/cdeploy.1.gz sbin/cdeploy
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
- install -o root -g wheel -m 0444 cdeploy.1 /usr/local/man/man1/cdeploy.1
|
||||
- gzip -f9 /usr/local/man/man1/cdeploy.1
|
||||
+ $(BSD_INSTALL_SCRIPT) cdeploy.sh $(DESTDIR)$(PREFIX)/sbin/cdeploy
|
||||
+ $(BSD_INSTALL_MAN) cdeploy.1 $(DESTDIR)$(PREFIX)/man/man1/cdeploy.1
|
||||
+ $(BSD_INSTALL_MAN) cdeploy.1 $(DESTDIR)$(PREFIX)/share/man/man1/cdeploy.1
|
||||
|
||||
deinstall:
|
||||
rm -f /usr/local/sbin/cdeploy
|
||||
|
||||
Reference in New Issue
Block a user