aboutsummaryrefslogtreecommitdiffstats
path: root/x11/dgs
diff options
context:
space:
mode:
authorreg <reg@FreeBSD.org>2000-10-13 17:37:27 +0800
committerreg <reg@FreeBSD.org>2000-10-13 17:37:27 +0800
commit12791b496e996ae27426fed81deb9ea1be15e70c (patch)
treed223aa1da14839a1c95f9e6f4c4c2bfb5665e037 /x11/dgs
parentb495249f6ccb9f9054fd7a5900893090e32e9335 (diff)
downloadfreebsd-ports-gnome-12791b496e996ae27426fed81deb9ea1be15e70c.tar.gz
freebsd-ports-gnome-12791b496e996ae27426fed81deb9ea1be15e70c.tar.zst
freebsd-ports-gnome-12791b496e996ae27426fed81deb9ea1be15e70c.zip
Move man pages from manm to mann. Fix the missing install autoconf bug in a
more normal way.
Diffstat (limited to 'x11/dgs')
-rw-r--r--x11/dgs/Makefile8
-rw-r--r--x11/dgs/files/patch-ah28
2 files changed, 18 insertions, 18 deletions
diff --git a/x11/dgs/Makefile b/x11/dgs/Makefile
index 949bffd51ae4..f05f043385c6 100644
--- a/x11/dgs/Makefile
+++ b/x11/dgs/Makefile
@@ -26,6 +26,12 @@ INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
MAN1= dgs.1 dpsnx.agent.1
-MANM= dpsexec makepsres xepsf
+MANN= dpsexec.man makepsres.man xepsf.man
+
+pre-patch:
+ @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
+ 's|manm|mann|g'
+
+
.include <bsd.port.mk>
diff --git a/x11/dgs/files/patch-ah b/x11/dgs/files/patch-ah
index 3d5e1f2e2ab9..e14d0a37eb93 100644
--- a/x11/dgs/files/patch-ah
+++ b/x11/dgs/files/patch-ah
@@ -1,19 +1,13 @@
--- configure.orig Wed Oct 20 15:57:45 1999
+++ configure Wed Oct 20 15:58:34 1999
-@@ -2952,6 +2952,7 @@
- s%@oldincludedir@%$oldincludedir%g
- s%@infodir@%$infodir%g
- s%@mandir@%$mandir%g
-+s%@INSTALL@%install%g
- s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
- s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
- s%@INSTALL_DATA@%$INSTALL_DATA%g
-@@ -3096,7 +3097,7 @@
- s%@configure_input@%$configure_input%g
- s%@srcdir@%$srcdir%g
- s%@top_srcdir@%$top_srcdir%g
--s%@INSTALL@%$INSTALL%g
-+s%@INSTALL@%install%g
- " $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
- fi; done
- rm -f conftest.s*
+@@ -3499,10 +3500,6 @@
+ *) # Relative path.
+ ac_sub_cache_file="$ac_dots$cache_file" ;;
+ esac
+- case "$ac_given_INSTALL" in
+- [/$]*) INSTALL="$ac_given_INSTALL" ;;
+- *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
+- esac
+
+ echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir"
+ # The eval makes quoting arguments work.