aboutsummaryrefslogtreecommitdiffstats
path: root/print/mpage/files
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1998-02-20 12:37:31 +0800
committersteve <steve@FreeBSD.org>1998-02-20 12:37:31 +0800
commit5c865474218d72f3bf3146d45baae0fd8fa441d1 (patch)
tree318655046f4d80b589bc451bf185bd4ebee32f60 /print/mpage/files
parent4fa47a94599647fba771c6456f7362e725bf0702 (diff)
downloadfreebsd-ports-gnome-5c865474218d72f3bf3146d45baae0fd8fa441d1.tar.gz
freebsd-ports-gnome-5c865474218d72f3bf3146d45baae0fd8fa441d1.tar.zst
freebsd-ports-gnome-5c865474218d72f3bf3146d45baae0fd8fa441d1.zip
Initial import of version 2.5.
print multiple pages per sheet of paper. PR: 5790 Submitted by: Kapil Chowksey <kchowksey@hss.hns.com>
Diffstat (limited to 'print/mpage/files')
-rw-r--r--print/mpage/files/patch-aa36
1 files changed, 36 insertions, 0 deletions
diff --git a/print/mpage/files/patch-aa b/print/mpage/files/patch-aa
new file mode 100644
index 000000000000..fe94a6cd5d47
--- /dev/null
+++ b/print/mpage/files/patch-aa
@@ -0,0 +1,36 @@
+--- Makefile~ Tue Nov 25 23:16:06 1997
++++ Makefile Thu Feb 19 15:18:17 1998
+@@ -30,7 +30,6 @@
+ # Set this to an ANSI compatible C compiler (preferably gcc)
+ # See also system specific settings below
+ #CC=cc
+-CC=gcc
+
+ ############################################################################
+ #
+@@ -55,9 +54,8 @@
+ SPOOL_TYPE=BSD_SPOOLER
+
+ # PREFIX=e:/usr # OS/2 type
+-PREFIX=/usr/local
+ BINDIR=$(PREFIX)/bin
+-LIBDIR=$(PREFIX)/lib
++LIBDIR=$(PREFIX)/share
+ MANDIR=$(PREFIX)/man/man1
+
+ #
+@@ -168,10 +166,10 @@
+
+
+ #
+-# add your proper install stuff
++# BSD specific install stuff
+ #
+ install:
+- cp mpage$(E) $(BINDIR)
+- cp mpage.1 $(MANDIR)
++ $(BSD_INSTALL_PROGRAM) mpage$(E) $(BINDIR)
++ $(BSD_INSTALL_MAN) mpage.1 $(MANDIR)
+ if [ ! -d $(LIBDIR)/mpage ] ; then mkdir $(LIBDIR)/mpage ; fi
+- -cp Encodings/* $(LIBDIR)/mpage
++ $(BSD_INSTALL_DATA) Encodings/* $(LIBDIR)/mpage