Skip to content

Commit

Permalink
devel/exercisix: Move man pages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
Christian Weisgerber authored and Christian Weisgerber committed Mar 18, 2024
1 parent 0c3ae4d commit 1535ced
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
1 change: 1 addition & 0 deletions devel/exercisix/Makefile
@@ -1,5 +1,6 @@
PORTNAME= exercisix
PORTVERSION= 1.2
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://alexanderchuranov.com/files/

Expand Down
15 changes: 12 additions & 3 deletions devel/exercisix/files/patch-Makefile
@@ -1,6 +1,15 @@
--- ./Makefile.orig 2014-02-18 11:06:36.485355646 +0100
+++ ./Makefile 2014-02-18 11:07:14.494356722 +0100
@@ -22,12 +22,12 @@
--- Makefile.orig 2009-05-15 15:11:40 UTC
+++ Makefile
@@ -2,7 +2,7 @@ INCLUDEDIR=$(PREFIX)/include
PREFIX?=/usr/local

INCLUDEDIR=$(PREFIX)/include
-MANDIR=$(PREFIX)/man/man
+MANDIR=$(PREFIX)/share/man/man
FILESDIR=$(PREFIX)/share/examples/exercisix

INCS=exercisix.hh
@@ -22,12 +22,12 @@ install: all $(FILESDIR)
.PHONY: clean

install: all $(FILESDIR)
Expand Down
2 changes: 1 addition & 1 deletion devel/exercisix/pkg-plist
@@ -1,4 +1,4 @@
include/exercisix.hh
share/examples/exercisix/BSDmakefile
share/examples/exercisix/example.cc
man/man3/exercisix.3.gz
share/man/man3/exercisix.3.gz

0 comments on commit 1535ced

Please sign in to comment.