summaryrefslogtreecommitdiff
path: root/graphics/nathive/files/patch-makefile
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2020-03-01 17:19:40 +0000
committerRene Ladan <rene@FreeBSD.org>2020-03-01 17:19:40 +0000
commit62d60014dcd3c2a79a0cce3a6802c6711b6eb2fa (patch)
tree116965a7a425d5b2caad0dd9eb18e0d7d0bfcbae /graphics/nathive/files/patch-makefile
parentbiology/bowtie2: Upgrade to 2.4.1 (diff)
Remove expired ports:
2020-03-01 audio/idjc: Old, uses EOLed python27 2020-03-01 cad/py-pycam: Old, uses EOLed python27 2020-02-27 chinese/gimp-help-zh_CN: Broken 2020-03-01 databases/emma: Old, uses EOLed python27 2020-03-01 deskutils/anamnesis: Old, uses EOLed python27 2020-02-28 deskutils/cherrytree: Old, uses EOLed python27 2020-03-01 deskutils/gbirthday: Old, uses EOLed python27 2020-03-01 deskutils/gtg: Old, uses EOLed python27 2020-03-01 deskutils/nemo-extensions: Old, uses EOLed python27 2020-03-01 deskutils/pybookreader: Old, uses EOLed python27 2020-03-01 devel/diffuse: Old, uses EOLed python27 2020-02-28 devel/dreampie: Old, uses EOLed python27 2020-03-01 devel/gtkparasite: Old, uses EOLed python27 2020-02-28 devel/py-orbit: Old, uses EOLed python27 2020-03-01 editors/py-room: Old, uses EOLed python27 2020-02-27 french/gimp-help: Broken 2020-03-01 games/magicor: Old, uses EOLed python27 2020-03-01 games/openalchemist: Old, uses EOLed python27 2020-03-01 games/pythonsudoku: Old, uses EOLed python27 2020-02-27 german/gimp-help: Broken 2020-03-01 graphics/driconf: Old, uses EOLed python27 2020-02-27 graphics/gimp-help: Broken 2020-03-01 graphics/nathive: Old, uses EOLed python27 2020-03-01 graphics/py-goocanvas: Old, uses EOLed python27 2020-03-01 graphics/py-mcomix: Old, uses EOLed python27 2020-03-01 graphics/uniconvw: Old, uses EOLed python27 2020-02-27 japanese/gimp-help: Broken 2020-02-29 java/jakarta-regexp: EOL: As of 2011-04-17, the Regexp project is retired 2020-02-27 korean/gimp-help: Broken 2020-03-01 mail/claws-mail-python: Old, uses EOLed python27 2020-03-01 math/lybniz: Old, uses EOLed python27 2020-02-27 misc/gimp-help-ca: Broken 2020-02-27 misc/gimp-help-da: Broken 2020-02-27 misc/gimp-help-el: Broken 2020-02-27 misc/gimp-help-en_GB: Broken 2020-02-27 misc/gimp-help-es: Broken 2020-02-27 misc/gimp-help-it: Broken 2020-02-27 misc/gimp-help-nl: Broken 2020-02-27 misc/gimp-help-nn: Broken 2020-02-27 misc/gimp-help-sl: Broken 2020-02-27 misc/gimp-help-sv: Broken 2020-03-01 misc/metromap: Old, uses EOLed python27 2020-03-01 misc/typetrainer: Old, uses EOLed python27 2020-03-01 multimedia/gtk-recordmydesktop: Old, uses EOLed python27 2020-02-27 portuguese/gimp-help-pt_BR: Broken 2020-02-27 russian/gimp-help: Broken 2020-02-28 security/hotssh: Old, uses EOLed python27 2020-03-01 security/zenmap: Old, uses EOLed python27 2020-03-01 x11/py-xdot06: Old, uses EOLed python27 2020-02-28 x11/terminator: Old, uses EOLed python27 2020-02-28 x11-fm/sunflower: Old, uses EOLed python27 2020-03-01 x11-toolkits/hippo-canvas: Old, uses EOLed python27 2020-03-01 x11-toolkits/py-kiwi-gtk: Old, uses EOLed python27 2020-02-28 x11-toolkits/py-vte: Old, uses EOLed python27
Notes
Notes: svn path=/head/; revision=527561
Diffstat (limited to 'graphics/nathive/files/patch-makefile')
-rw-r--r--graphics/nathive/files/patch-makefile65
1 files changed, 0 insertions, 65 deletions
diff --git a/graphics/nathive/files/patch-makefile b/graphics/nathive/files/patch-makefile
deleted file mode 100644
index 8fea221bdfcc..000000000000
--- a/graphics/nathive/files/patch-makefile
+++ /dev/null
@@ -1,65 +0,0 @@
---- makefile.orig 2010-10-12 19:16:42 UTC
-+++ makefile
-@@ -84,41 +84,36 @@ docs:
- @rm -rf doc/build/html/_sources
-
- root:
--ifneq ($(shell whoami), root)
-- @echo "\n**** ERROR: You must be root\n"
-- @exit 1
--endif
-+ true
-
-
- dirs:
-- mkdir -p $(BASE)$(APP)
-- mkdir -p $(BASE)$(BIN)
-- mkdir -p $(BASE)$(DOC)
-- mkdir -p $(BASE)$(LAUNCH)
-+ mkdir -p $(DESTDIR)$(BASE)$(APP)
-+ mkdir -p $(DESTDIR)$(BASE)$(BIN)
-+ mkdir -p $(DESTDIR)$(BASE)$(LAUNCH)
-+ mkdir -p $(DESTDIR)$(BASE)$(DOC)
-
-
- install: root dirs unpyc
- # Shared files.
-- cp nathive.py $(BASE)$(APP)
-- cp AUTHORS $(BASE)$(APP)
-- cp COPYING $(BASE)$(APP)
-- cp COPYING-BRIEF $(BASE)$(APP)
-- cp META $(BASE)$(APP)
-- cp -r cfg/ $(BASE)$(APP)
-- cp -r img/ $(BASE)$(APP)
-- cp -r nathive/ $(BASE)$(APP)
-- cp -r palettes/ $(BASE)$(APP)
-- cp -r po/ $(BASE)$(APP)
-- chmod -R 755 $(BASE)$(APP)
-- # Exclude source files.
-- find $(BASE)$(APP) -name "*.c" -delete
-+ cp nathive.py $(DESTDIR)$(BASE)$(APP)
-+ cp AUTHORS $(DESTDIR)$(BASE)$(APP)
-+ cp COPYING $(DESTDIR)$(BASE)$(APP)
-+ cp COPYING-BRIEF $(DESTDIR)$(BASE)$(APP)
-+ cp META $(DESTDIR)$(BASE)$(APP)
-+ cp -R cfg $(DESTDIR)$(BASE)$(APP)
-+ cp -R img $(DESTDIR)$(BASE)$(APP)
-+ cp -R nathive $(DESTDIR)$(BASE)$(APP)
-+ cp -R palettes $(DESTDIR)$(BASE)$(APP)
-+ cp -R po $(DESTDIR)$(BASE)$(APP)
-+ chmod -R 755 $(DESTDIR)$(BASE)$(APP)
- # Binary and launcher.
-- install -m 755 -T nathive.sh $(BASE)$(BIN)/nathive
-- install -m 644 nathive.desktop $(BASE)$(LAUNCH)
-+ install -m 755 nathive.sh $(DESTDIR)$(BASE)$(BIN)/nathive
-+ install -m 644 nathive.desktop $(DESTDIR)$(BASE)$(LAUNCH)
- # Documentation.
-- install -m 644 AUTHORS $(BASE)$(DOC)
-- install -m 644 COPYING $(BASE)$(DOC)
-- install -m 644 README $(BASE)$(DOC)
-+ install -m 644 AUTHORS $(DESTDIR)$(BASE)$(DOC)
-+ install -m 644 COPYING $(DESTDIR)$(BASE)$(DOC)
-+ install -m 644 README $(DESTDIR)$(BASE)$(DOC)
-
-
- uninstall: root