diff options
author | Nick Sayer <nsayer@FreeBSD.org> | 2002-04-06 17:14:59 +0000 |
---|---|---|
committer | Nick Sayer <nsayer@FreeBSD.org> | 2002-04-06 17:14:59 +0000 |
commit | 6384a2040ab6f8e92cb9ac8e9ee9e488d6018429 (patch) | |
tree | fb354ccb53c3f75b2889da89afeef79da0dfd8d0 /x11/mgapdesk | |
parent | 64459e5206c3b323e0df429c3ff0dd937c48e604 (diff) | |
download | ports-6384a2040ab6f8e92cb9ac8e9ee9e488d6018429.tar.gz ports-6384a2040ab6f8e92cb9ac8e9ee9e488d6018429.zip |
Notes
Diffstat (limited to 'x11/mgapdesk')
-rw-r--r-- | x11/mgapdesk/Makefile | 1 | ||||
-rw-r--r-- | x11/mgapdesk/files/patch-makefile.in | 17 |
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) |