misc/gnu-watch: sync with upstream
Taken from: FreeBSD
This commit is contained in:
parent
d6b680ad32
commit
98be3bc73b
1 changed files with 3 additions and 2 deletions
|
|
@ -1,6 +1,7 @@
|
|||
PORTNAME= watch
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 3.3.17
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= misc
|
||||
PKGNAMEPREFIX= gnu-
|
||||
|
||||
|
|
@ -22,7 +23,7 @@ GNU_CONFIGURE= yes
|
|||
ALL_TARGET= watch
|
||||
|
||||
PLIST_FILES= bin/${PKGBASE} \
|
||||
man/man1/gnu-watch.1.gz
|
||||
share/man/man1/gnu-watch.1.gz
|
||||
|
||||
OPTIONS_DEFINE= NLS UNICODE
|
||||
OPTIONS_DEFAULT= UNICODE
|
||||
|
|
@ -39,6 +40,6 @@ do-install:
|
|||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} \
|
||||
${STAGEDIR}${PREFIX}/bin/${PKGBASE}
|
||||
${INSTALL_MAN} ${WRKSRC}/watch.1 \
|
||||
${STAGEDIR}${MANPREFIX}/man/man1/${PKGBASE}.1
|
||||
${STAGEDIR}${PREFIX}/share/man/man1/${PKGBASE}.1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue