Skip to content

Commit

Permalink
textproc/html-pretty: 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 c14a473 commit 1092fca
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion textproc/html-pretty/Makefile
@@ -1,6 +1,6 @@
PORTNAME= html-pretty
PORTVERSION= 1.01
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= textproc www
MASTER_SITES= http://ftp.math.utah.edu:80/pub/sgml/
DISTNAME= htmlpty-${PORTVERSION}
Expand Down
10 changes: 6 additions & 4 deletions textproc/html-pretty/files/patch-Makefile.in
Expand Up @@ -18,7 +18,7 @@
### directories
### uninstall-man remove htmlpty manual pages from system
### directories
@@ -149,21 +149,21 @@
@@ -149,22 +149,22 @@

#### Start of system configuration section. ####

Expand All @@ -41,11 +41,13 @@
### are NOT independent.
BINDIR = $(bindir)
-LIBDIR = $(libdir)
-MANDIR = $(prefix)/man
+DATADIR = $(datadir)
MANDIR = $(prefix)/man
+MANDIR = $(prefix)/share/man
MANEXT = 1

@@ -217,7 +217,7 @@ INSTALL = @INSTALL@
CC = @CC@
@@ -217,7 +217,7 @@ INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_DATA = @INSTALL_DATA@

Expand Down Expand Up @@ -94,7 +96,7 @@

install-ftp: htmlpty.tar htmlpty.zip htmlpty.zoo
$(TAR) tvf htmlpty-$(VERSION).tar >$(FTPDIR)/htmlpty-$(VERSION).tar-lst
@@ -827,14 +817,14 @@ table.o: table.c builtin.h default.h $(H
@@ -827,14 +817,14 @@ test-version:
test-version:
@echo "Version number is ""'"$(VERSION)"'"

Expand Down
2 changes: 1 addition & 1 deletion textproc/html-pretty/pkg-plist
@@ -1,5 +1,5 @@
bin/html-pretty
man/man1/html-pretty.1.gz
share/man/man1/html-pretty.1.gz
%%DATADIR%%/catalog
%%DATADIR%%/cougar.sty
%%DATADIR%%/dtd.sty
Expand Down

0 comments on commit 1092fca

Please sign in to comment.