Skip to content

Commit

Permalink
www/webresolve: Moved man to share/man
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Feb 26, 2024
1 parent 2840350 commit d91172c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion www/webresolve/Makefile
@@ -1,6 +1,6 @@
PORTNAME= webresolve
PORTVERSION= 0.2.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= www
MASTER_SITES= http://siag.nu/pub/webresolve/ \
ftp://siag.nu/pub/webresolve/
Expand All @@ -16,6 +16,7 @@ ALL_TARGET= webresolve

post-patch:
@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|; s|\-g||' \
-e 's|$$(PREFIX)/man|$$(PREFIX)/share/man|' \
${WRKSRC}/configure

.include <bsd.port.mk>
4 changes: 2 additions & 2 deletions www/webresolve/pkg-plist
@@ -1,4 +1,4 @@
bin/splitwr
bin/webresolve
man/man1/webresolve.1.gz
man/man1/splitwr.1.gz
share/man/man1/webresolve.1.gz
share/man/man1/splitwr.1.gz

0 comments on commit d91172c

Please sign in to comment.