Browse Source
net-mgmt/clog: Moved man to share/man
Approved by: portmgr (blanket)
overlay
Muhammad Moinur Rahman
1 year ago
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91
2 changed files with
3 additions and
2 deletions
-
net-mgmt/clog/Makefile
-
net-mgmt/clog/pkg-plist
|
|
@ -1,5 +1,6 @@ |
|
|
|
PORTNAME= clog |
|
|
|
PORTVERSION= 1.6 |
|
|
|
PORTREVISION= 1 |
|
|
|
CATEGORIES= net-mgmt security |
|
|
|
MASTER_SITES= LOCAL/obrien |
|
|
|
|
|
|
@ -16,6 +17,6 @@ post-patch: |
|
|
|
|
|
|
|
do-install: |
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/clog ${STAGEDIR}${PREFIX}/sbin |
|
|
|
${INSTALL_MAN} ${WRKSRC}/clog.8 ${STAGEDIR}${PREFIX}/man/man8 |
|
|
|
${INSTALL_MAN} ${WRKSRC}/clog.8 ${STAGEDIR}${PREFIX}/share/man/man8 |
|
|
|
|
|
|
|
.include <bsd.port.mk> |
|
|
|
|
|
@ -1,2 +1,2 @@ |
|
|
|
sbin/clog |
|
|
|
man/man8/clog.8.gz |
|
|
|
share/man/man8/clog.8.gz |
|
|
|