Fake axe.
- morons don't care about DESTDIR, we do. - THIS PACKAGE WAS NEVER TESTED BEFORE!!! obviously.
This commit is contained in:
parent
49f0e6a964
commit
3e424768ec
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: Makefile,v 1.8 2000/03/16 22:32:35 turan Exp $
|
# $OpenBSD: Makefile,v 1.9 2000/03/19 17:24:16 espie Exp $
|
||||||
|
|
||||||
DISTNAME= aXe-6.1.2
|
DISTNAME= aXe-6.1.2
|
||||||
PKGNAME= axe-6.1.2
|
PKGNAME= axe-6.1.2
|
||||||
@ -16,6 +16,7 @@ PERMIT_PACKAGE_FTP= Yes
|
|||||||
PERMIT_DISTFILES_CDROM= Yes
|
PERMIT_DISTFILES_CDROM= Yes
|
||||||
PERMIT_DISTFILES_FTP= Yes
|
PERMIT_DISTFILES_FTP= Yes
|
||||||
|
|
||||||
USE_IMAKE= yes
|
USE_IMAKE= Yes
|
||||||
|
FAKE= Yes
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
14
editors/axe/patches/patch-ab
Normal file
14
editors/axe/patches/patch-ab
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
--- Axe.rules.orig Sun Mar 19 18:14:36 2000
|
||||||
|
+++ Axe.rules Sun Mar 19 18:15:25 2000
|
||||||
|
@@ -72,7 +72,7 @@
|
||||||
|
#define InstallCoaxe(bindest) @@\
|
||||||
|
InstallProgram(coaxe,bindest) @@\
|
||||||
|
install:: @@\
|
||||||
|
- if [ -f bindest/faxe ]; then set +x; \ @@\
|
||||||
|
- else (cd bindest; set -x; $(LN) coaxe faxe); fi @@\
|
||||||
|
- if [ -f bindest/poleaxe ]; then set +x; \ @@\
|
||||||
|
- else (cd bindest; set -x; $(LN) coaxe poleaxe); fi
|
||||||
|
+ if [ -f $(DESTDIR)bindest/faxe ]; then set +x; \ @@\
|
||||||
|
+ else (cd $(DESTDIR)bindest; set -x; $(LN) coaxe faxe); fi @@\
|
||||||
|
+ if [ -f $(DESTDIR)bindest/poleaxe ]; then set +x; \ @@\
|
||||||
|
+ else (cd $(DESTDIR)bindest; set -x; $(LN) coaxe poleaxe); fi
|
@ -1,4 +1,3 @@
|
|||||||
@unexec install-info --delete --info-dir=%D/lib/X11 %D/lib/X11/axe.info
|
|
||||||
bin/axe
|
bin/axe
|
||||||
bin/axinfo
|
bin/axinfo
|
||||||
bin/coaxe
|
bin/coaxe
|
||||||
@ -12,4 +11,3 @@ lib/X11/axe.info-2
|
|||||||
lib/X11/axe.tcl
|
lib/X11/axe.tcl
|
||||||
man/cat1/axe.0
|
man/cat1/axe.0
|
||||||
man/cat1/axinfo.0
|
man/cat1/axinfo.0
|
||||||
@exec install-info --info-dir=%D/lib/X11 %D/lib/X11/axe.info
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user