diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2024-01-09 11:11:36 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2024-01-09 11:11:45 +0000 |
commit | 220062a3a1c35cc4deb0b363bdc27d09b492bf2e (patch) | |
tree | 94886182af433c113ad6192a5b60b791dabc6578 /sysutils/unstow/Makefile | |
parent | 20498f8c5b9fa4f5a64966de0df96dd16bce3dbc (diff) | |
download | ports-220062a3a1c35cc4deb0b363bdc27d09b492bf2e.tar.gz ports-220062a3a1c35cc4deb0b363bdc27d09b492bf2e.zip |
Diffstat (limited to 'sysutils/unstow/Makefile')
-rw-r--r-- | sysutils/unstow/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/unstow/Makefile b/sysutils/unstow/Makefile index efa439ffb140..4812fdcfb4b6 100644 --- a/sysutils/unstow/Makefile +++ b/sysutils/unstow/Makefile @@ -1,5 +1,6 @@ PORTNAME= unstow PORTVERSION= 0.1.1 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://download.github.com/ \ ftp://ftp.iDaemons.org/pub/distfiles/ @@ -11,14 +12,14 @@ WWW= https://github.com/knu/stow-utils NO_BUILD= yes -PLIST_FILES= bin/unstow man/man1/unstow.1.gz +PLIST_FILES= bin/unstow share/man/man1/unstow.1.gz PORTDOCS= README.md OPTIONS_DEFINE= DOCS do-install: ${INSTALL_SCRIPT} ${WRKSRC}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/man/unstow.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/man/unstow.1 ${STAGEDIR}${PREFIX}/share/man/man1 ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} |