Skip to content

Commit

Permalink
graphics/svgalib: 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 14, 2024
1 parent 6cc20ff commit 5633fbe
Show file tree
Hide file tree
Showing 3 changed files with 260 additions and 251 deletions.
2 changes: 1 addition & 1 deletion graphics/svgalib/Makefile
@@ -1,6 +1,6 @@
PORTNAME= svgalib
PORTVERSION= 1.4.3
PORTREVISION= 7
PORTREVISION= 8
CATEGORIES= graphics devel
MASTER_SITES= http://www.svgalib.org/

Expand Down
31 changes: 20 additions & 11 deletions graphics/svgalib/files/patch-Makefile.cfg
@@ -1,6 +1,6 @@
--- Makefile.cfg.orig 2001-05-29 16:39:13.000000000 +0200
+++ Makefile.cfg 2014-04-18 19:02:17.000000000 +0200
@@ -9,8 +9,8 @@
--- Makefile.cfg.orig 2001-05-29 14:39:13 UTC
+++ Makefile.cfg
@@ -9,8 +9,8 @@ MAJOR_VER = 1
# to n means yes!

MAJOR_VER = 1
Expand All @@ -11,7 +11,7 @@

#----------------------------------------------------------------------
# Configuration Section
@@ -24,8 +24,8 @@
@@ -24,8 +24,8 @@ confdir = $(srcdir)/src/config

# Common prefix for installation directories.
# NOTE: This directory must exist when you start the install.
Expand All @@ -22,7 +22,16 @@
exec_prefix = $(prefix)

# Directory where the shared stubs and static library will be installed.
@@ -82,7 +82,7 @@
@@ -44,7 +44,7 @@ includedir = $(prefix)/include
includedir = $(prefix)/include

# Directory where the man files will be installed.
-mandir = $(prefix)/man
+mandir = $(prefix)/share/man

# Target binary format.
# TARGET_FORMAT = a.out
@@ -82,7 +82,7 @@ ROOT_VC_SHORTCUT = y
# BACKGROUND = y

# Uncomment this if you want to compile and install the static libs.
Expand All @@ -31,7 +40,7 @@

# Comment this out if you don't want to install the shared libs.
# If you do not install the shared nor the static libs, 'make static'
@@ -94,7 +94,7 @@
@@ -94,7 +94,7 @@ INSTALLSHAREDLIB = installsharedlib
# a.out image is available install it in the first directory named something
# like *aout/ in /etc/ld.so.conf.
# If you want this, do not comment out the next line:
Expand All @@ -40,7 +49,7 @@

# Comment this out if you want to keep old shared images. Old header files,
# library stubs and static libraries CANNOT be kept in public locations
@@ -126,20 +126,20 @@
@@ -126,20 +126,20 @@ INCLUDE_TVGA_DRIVER = y
INCLUDE_ET4000_DRIVER = y
INCLUDE_CIRRUS_DRIVER = y
INCLUDE_TVGA_DRIVER = y
Expand Down Expand Up @@ -69,7 +78,7 @@
INCLUDE_MX_DRIVER = y
INCLUDE_PARADISE_DRIVER = y
INCLUDE_RAGE_DRIVER = y
@@ -150,7 +150,7 @@
@@ -150,7 +150,7 @@ INCLUDE_G400_DRIVER = y
INCLUDE_NEO_DRIVER = y
INCLUDE_R128_DRIVER = y
INCLUDE_G400_DRIVER = y
Expand All @@ -78,7 +87,7 @@
INCLUDE_SAVAGE_DRIVER = y
#
# Comment out any adapter you don't want to autodetect.
@@ -158,15 +158,15 @@
@@ -158,15 +158,15 @@ INCLUDE_TVGA_DRIVER_TEST = y
INCLUDE_ET4000_DRIVER_TEST = y
INCLUDE_CIRRUS_DRIVER_TEST = y
INCLUDE_TVGA_DRIVER_TEST = y
Expand All @@ -101,7 +110,7 @@
INCLUDE_CHIPS_DRIVER_TEST = y
INCLUDE_APM_DRIVER_TEST = y
INCLUDE_NV3_DRIVER_TEST = y
@@ -185,7 +185,7 @@
@@ -185,7 +185,7 @@ INCLUDE_SAVAGE_DRIVER_TEST = y
INCLUDE_SAVAGE_DRIVER_TEST = y

#Might be too dangerous:
Expand All @@ -110,7 +119,7 @@

#
# Comment out any dac support that you don't want included in the library.
@@ -289,6 +289,6 @@
@@ -289,6 +289,6 @@ AR = ar

# Utilites used.
AR = ar
Expand Down

0 comments on commit 5633fbe

Please sign in to comment.