Skip to content

Commit

Permalink
lang/runawk: 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 24, 2024
1 parent 06ea1a7 commit e022263
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion lang/runawk/Makefile
@@ -1,5 +1,6 @@
PORTNAME= runawk
DISTVERSION= 1.6.1
PORTREVISION= 1
CATEGORIES= lang
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}

Expand All @@ -13,7 +14,7 @@ BUILD_DEPENDS= mk-configure>=0.26.0:devel/mk-configure

USES= localbase

MAKE_ENV= DESTDIR="${STAGEDIR}" EGDIR="${EXAMPLESDIR}"
MAKE_ENV= DESTDIR="${STAGEDIR}" EGDIR="${EXAMPLESDIR}" MANDIR="${PREFIX}/share/man"
INSTALL_TARGET= install

OPTIONS_DEFINE= DOCS EXAMPLES
Expand Down
6 changes: 3 additions & 3 deletions lang/runawk/pkg-plist
@@ -1,9 +1,9 @@
bin/alt_getopt
bin/alt_getopt.sh
bin/runawk
man/man1/alt_getopt.1.gz
man/man1/runawk.1.gz
man/man3/runawk_modules.3.gz
share/man/man1/alt_getopt.1.gz
share/man/man1/runawk.1.gz
share/man/man3/runawk_modules.3.gz
%%PORTDOCS%%%%DOCSDIR%%/LICENSE
%%PORTDOCS%%%%DOCSDIR%%/NEWS
%%PORTDOCS%%%%DOCSDIR%%/README
Expand Down

0 comments on commit e022263

Please sign in to comment.