diff options
author | Joerg Wunsch <joerg@FreeBSD.org> | 2002-09-12 19:52:20 +0000 |
---|---|---|
committer | Joerg Wunsch <joerg@FreeBSD.org> | 2002-09-12 19:52:20 +0000 |
commit | fa81b7495b36aec2743d29f229c68433023ae79a (patch) | |
tree | 2e7fb3faafe654ec601f64f9499d6e7351b2e810 /emulators | |
parent | c0426e8906be21f52a45ea048ad876ae4fe3e445 (diff) | |
download | ports-fa81b7495b36aec2743d29f229c68433023ae79a.tar.gz ports-fa81b7495b36aec2743d29f229c68433023ae79a.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/cpmtools/files/patch-aa | 60 |
1 files changed, 28 insertions, 32 deletions
diff --git a/emulators/cpmtools/files/patch-aa b/emulators/cpmtools/files/patch-aa index 63fb3274c114..2f2a9d80115b 100644 --- a/emulators/cpmtools/files/patch-aa +++ b/emulators/cpmtools/files/patch-aa @@ -27,38 +27,6 @@ diff -c -r ../cpm.orig/Makefile ./Makefile ! SUBDIR = src man ! .include <bsd.subdir.mk> -Only in .: Makefile.inc -diff -c -r ../cpm.orig/man/Makefile ./man/Makefile -*** ../cpm.orig/man/Makefile Sat May 28 12:56:44 1994 ---- ./man/Makefile Mon Dec 26 10:00:13 1994 -*************** -*** 1,11 **** -! all:; - -- #MANEXT=n -- MANEXT=1 -- #MANDIR=/usr/man/man${MANEXT} -- MANDIR=/usr/local/man/man${MANEXT} - -! install: -! cp cpm.1 ${DESTDIR}/${MANDIR}/cpm.${MANEXT} - -! clean:; ---- 1,14 ---- -! .include "${.CURDIR}/../Makefile.inc" - - -! MANDIR = ${PREFIX}/man/man - -! MAN1 = cpm.1 -! -! NOMANCOMPRESS = This will go into a .tgz archive, don't compress it! -! -! install: maninstall -! -! clean all depend: -! -! .include <bsd.man.mk> diff -c -r ../cpm.orig/src/Makefile ./src/Makefile *** ../cpm.orig/src/Makefile Sat May 28 09:10:55 1994 --- ./src/Makefile Mon Dec 26 09:57:07 1994 @@ -220,3 +188,31 @@ diff -c -r ../cpm.orig/src/Makefile ./src/Makefile ! ${INSTALL} -c -m ${BINMODE} -o ${BINOWN} -g ${BINGRP} \ ! ${PROG} ${BINDIR} ! .include <bsd.prog.mk> +*** man/Makefile.orig Sat May 28 12:56:44 1994 +--- man/Makefile Thu Sep 12 21:48:32 2002 +*************** +*** 1,11 **** +! all:; + +- #MANEXT=n +- MANEXT=1 +- #MANDIR=/usr/man/man${MANEXT} +- MANDIR=/usr/local/man/man${MANEXT} + +! install: +! cp cpm.1 ${DESTDIR}/${MANDIR}/cpm.${MANEXT} + +! clean:; +--- 1,12 ---- +! .include "${.CURDIR}/../Makefile.inc" + + +! MANDIR = ${PREFIX}/man/man + +! MAN1 = cpm.1 +! +! NOMANCOMPRESS = Handled by the ports system. +! +! clean all depend: +! +! .include <bsd.prog.mk> |