Skip to content

Commit

Permalink
lang/nhc98: Move man pages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
Yasuhiro Kimura authored and Yasuhiro Kimura committed Mar 29, 2024
1 parent 96378cd commit fa5ea32
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions lang/nhc98/Makefile
@@ -1,6 +1,6 @@
PORTNAME= nhc98
PORTVERSION= 1.22
PORTREVISION= 8
PORTREVISION= 9
CATEGORIES= lang haskell
MASTER_SITES= http://haskell.org/${PORTNAME}/
DISTFILES= ${PORTNAME}src-${PORTVERSION}${EXTRACT_SUFX}
Expand All @@ -17,7 +17,7 @@ USE_GCC= yes

HAS_CONFIGURE= yes
CONFIGURE_ARGS+= --prefix=${PREFIX} --heap=4M --buildwith=gcc
MAKE_ARGS+= ARCH=
MAKE_ARGS+= ARCH= MANDIR=${PREFIX}/share/man/man1
MAKE_JOBS_UNSAFE= yes

OPTIONS_DEFINE= DOCS
Expand Down
10 changes: 5 additions & 5 deletions lang/nhc98/pkg-plist
Expand Up @@ -397,8 +397,8 @@ lib/nhc98/ix86-FreeBSD/nhc98heap
lib/nhc98/ix86-FreeBSD/tprofprel1.z.o
lib/nhc98/ix86-FreeBSD/tprofprel2.z.o
lib/nhc98/ix86-FreeBSD/tprofprel3.z.o
man/man1/harch.1.gz
man/man1/hi.1.gz
man/man1/hmake.1.gz
man/man1/hp2graph.1.gz
man/man1/nhc98.1.gz
share/man/man1/harch.1.gz
share/man/man1/hi.1.gz
share/man/man1/hmake.1.gz
share/man/man1/hp2graph.1.gz
share/man/man1/nhc98.1.gz

0 comments on commit fa5ea32

Please sign in to comment.