summaryrefslogtreecommitdiff
path: root/x11/mgapdesk
diff options
context:
space:
mode:
authorNick Sayer <nsayer@FreeBSD.org>2002-04-06 17:14:59 +0000
committerNick Sayer <nsayer@FreeBSD.org>2002-04-06 17:14:59 +0000
commit6384a2040ab6f8e92cb9ac8e9ee9e488d6018429 (patch)
treefb354ccb53c3f75b2889da89afeef79da0dfd8d0 /x11/mgapdesk
parentLooks like the master site is gone, and the new sourceforge project only (diff)
Fix the pdesk port up a little bit.
PR: 35168 Submitted by: peckdani@msu.edu
Notes
Notes: svn path=/head/; revision=57372
Diffstat (limited to 'x11/mgapdesk')
-rw-r--r--x11/mgapdesk/Makefile1
-rw-r--r--x11/mgapdesk/files/patch-makefile.in17
2 files changed, 18 insertions, 0 deletions
diff --git a/x11/mgapdesk/Makefile b/x11/mgapdesk/Makefile
index 7a8073f89eac..ded2dd7097b6 100644
--- a/x11/mgapdesk/Makefile
+++ b/x11/mgapdesk/Makefile
@@ -29,5 +29,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
post-extract:
@${RM} -f ${WRKSRC}/config.cache
+ @${CHMOD} 750 ${WRKSRC}/missing
.include <bsd.port.post.mk>
diff --git a/x11/mgapdesk/files/patch-makefile.in b/x11/mgapdesk/files/patch-makefile.in
new file mode 100644
index 000000000000..54bd81fd65b1
--- /dev/null
+++ b/x11/mgapdesk/files/patch-makefile.in
@@ -0,0 +1,17 @@
+--- Makefile.in.orig Thu Feb 21 00:00:45 2002
++++ Makefile.in Thu Feb 21 00:01:10 2002
+@@ -40,10 +40,10 @@
+
+ top_builddir = .
+
+-ACLOCAL = @ACLOCAL@
+-AUTOCONF = @AUTOCONF@
+-AUTOMAKE = @AUTOMAKE@
+-AUTOHEADER = @AUTOHEADER@
++#ACLOCAL = @ACLOCAL@
++#AUTOCONF = @AUTOCONF@
++#AUTOMAKE = @AUTOMAKE@
++#AUTOHEADER = @AUTOHEADER@
+
+ INSTALL = @INSTALL@
+ INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)