diff options
author | bsam <bsam@FreeBSD.org> | 2013-12-12 03:36:37 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2013-12-12 03:36:37 +0800 |
commit | ef96f26452ebc7b7e551a2fb592f3d3253a9abf7 (patch) | |
tree | f58aa28b94b3037f4f8590c5bd7d2751f537f796 /print/mpage/files/patch-aa | |
parent | f7b26581874e966b1850fdfa9aecd1db1f165cdb (diff) | |
download | freebsd-ports-gnome-ef96f26452ebc7b7e551a2fb592f3d3253a9abf7.tar.gz freebsd-ports-gnome-ef96f26452ebc7b7e551a2fb592f3d3253a9abf7.tar.zst freebsd-ports-gnome-ef96f26452ebc7b7e551a2fb592f3d3253a9abf7.zip |
. support staging;
. remove .if and .for loops at post-install target;
. unmute INSTALL_DATA command;
. gave patches more apropriate names.
Diffstat (limited to 'print/mpage/files/patch-aa')
-rw-r--r-- | print/mpage/files/patch-aa | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/print/mpage/files/patch-aa b/print/mpage/files/patch-aa deleted file mode 100644 index d28aaacb560f..000000000000 --- a/print/mpage/files/patch-aa +++ /dev/null @@ -1,51 +0,0 @@ ---- Makefile.orig Mon Oct 21 03:46:44 2002 -+++ Makefile Sat Nov 2 16:41:52 2002 -@@ -24,7 +24,6 @@ - # Set this to an ANSI compatible C compiler (preferably gcc) - # See also system specific settings below - #CC=cc --CC=gcc - - ############################################################################ - # -@@ -40,7 +39,7 @@ - # See glob.c for all possibilities - # - # PAGESIZE=Letter --PAGESIZE=A4 -+PAGESIZE?=A4 - - # - # Define your spooler type -@@ -50,7 +49,6 @@ - SPOOL_TYPE=BSD_SPOOLER - - # PREFIX=e:/usr # OS/2 type --PREFIX=/usr/local - #PREFIX=/usr - BINDIR=$(PREFIX)/bin - LIBDIR=$(PREFIX)/share -@@ -106,8 +104,11 @@ - # Choose one of the following CFLAGS/CC definitions: - # If you are using gcc, you probably don't need to change anything here. - -+# FreeBSD: -+CFLAGS += $(DEFS) -+ - # Linux: --CFLAGS = -O2 -s $(DEFS) -Wall -+#CFLAGS = -O2 -s $(DEFS) -Wall - - # AIX (xlC on aix 4): - #CFLAGS = -O2 -s $(DEFS) -@@ -177,7 +178,6 @@ - if [ ! -d $(LIBDIR)/mpage ] ; then mkdir -p $(LIBDIR)/mpage ; fi - if [ ! -d $(BINDIR) ] ; then mkdir -p $(BINDIR) ; fi - if [ ! -d $(MANDIR) ] ; then mkdir -p $(MANDIR) ; fi -- cp mpage$(E) $(BINDIR) -- cp mpage.1 $(MANDIR) -- -cp Encodings/* $(LIBDIR)/mpage -- -chmod 644 $(LIBDIR)/mpage/* -+ $(BSD_INSTALL_PROGRAM) mpage$(E) $(BINDIR) -+ $(BSD_INSTALL_MAN) mpage.1 $(MANDIR) -+ $(BSD_INSTALL_DATA) Encodings/* $(LIBDIR)/mpage |