Skip to content

Commit

Permalink
games/dMagnetic: 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 23, 2024
1 parent d8b3912 commit f9cd489
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions games/dMagnetic/Makefile
@@ -1,5 +1,6 @@
PORTNAME= dMagnetic
DISTVERSION= 0.37
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= https://www.dettus.net/dMagnetic/
DISTNAME= ${PORTNAME}_${DISTVERSION}
Expand Down
2 changes: 1 addition & 1 deletion games/dMagnetic/files/patch-Makefile
Expand Up @@ -11,7 +11,7 @@
-INSTALLMAN=$(MYPREFIX)/share/man
+INSTALLSHARE=$(MYPREFIX)/share
+INSTALLDOC=$(MYPREFIX)/share/doc
+INSTALLMAN=$(MYPREFIX)/man
+INSTALLMAN=$(MYPREFIX)/share/man

CC?=gcc
AR?=ar
Expand Down
4 changes: 2 additions & 2 deletions games/dMagnetic/pkg-plist
@@ -1,6 +1,6 @@
bin/dMagnetic
man/man5/dMagneticini.5.gz
man/man6/dMagnetic.6.gz
share/man/man5/dMagneticini.5.gz
share/man/man6/dMagnetic.6.gz
%%DATADIR%%/dMagnetic.ini
%%DOCSDIR%%/README.txt
%%DOCSDIR%%/LICENSE.txt

0 comments on commit f9cd489

Please sign in to comment.