summaryrefslogtreecommitdiff
path: root/graphics/geist/files/patch-aa
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-05-02 08:56:41 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-05-02 08:56:41 +0000
commit9be9c4c1dafe17e16a81322515a375b6574e2bb7 (patch)
tree9ae73276b422d1766d18a0fdeeb964c5f2073690 /graphics/geist/files/patch-aa
parentIsolate from src.conf settings such as WITHOUT_PROFILE. (diff)
Remove unmaintained expired ports from graphics
2011-05-01 graphics/cqcam: Upstream disapear and distfile is no more available 2011-05-01 graphics/dc3play: Upstream disapear and distfile is no more available 2011-05-01 graphics/dore: Upstream disapear and distfile is no more available 2011-05-01 graphics/fig2pstricks: Upstream disapear and distfile is no more available 2011-05-01 graphics/geist: Upstream disapear and distfile is no more available 2011-05-01 graphics/gfont: Upstream disapear and distfile is no more available 2011-05-01 graphics/gimp-greycstoration: Superseded by graphics/gimp-gmic-plugin 2011-05-01 graphics/glean: Upstream disapear and distfile is no more available 2011-05-01 graphics/gltk: Upstream disapear and distfile is no more available 2011-05-01 graphics/gridpix: Upstream disapear and distfile is no more available 2011-05-01 graphics/gtkfig: Upstream disapear and distfile is no more available 2011-05-01 graphics/gview: Upstream disapear and distfile is no more available 2011-05-01 graphics/icod: Upstream disapear and distfile is no more available 2011-05-01 graphics/isreal: Upstream disapear and distfile is no more available 2011-05-01 graphics/oglext: Upstream disapear and distfile is no more available 2011-05-01 graphics/ophoto: Upstream disapear and distfile is no more available 2011-05-01 graphics/py-gdchart: Upstream disapear and distfile is no more available 2011-05-01 graphics/py-gdchart2: Upstream disapear and distfile is no more available 2011-05-01 graphics/qglviewer: Upstream disapear and distfile is no more available 2011-05-01 graphics/robot: Upstream disapear and distfile is no more available 2011-05-01 graphics/s3switch: Upstream disapear and distfile is no more available 2011-05-01 graphics/sced: Upstream disapear and distfile is no more available 2011-05-01 graphics/shim: Upstream disapear and distfile is no more available 2011-05-01 graphics/snx101util: Upstream disapear and distfile is no more available 2011-05-01 graphics/tcm: Upstream disapear and distfile is no more available 2011-05-01 graphics/vertex: Upstream disapear and distfile is no more available 2011-05-01 graphics/vvv: Upstream disapear and distfile is no more available 2011-05-01 graphics/xdl: Upstream disapear and distfile is no more available 2011-05-01 graphics/xmms-goom: Upstream disapear and distfile is no more available 2011-05-01 graphics/xmms-infinity: Upstream disapear and distfile is no more available
Diffstat (limited to '')
-rw-r--r--graphics/geist/files/patch-aa40
1 files changed, 0 insertions, 40 deletions
diff --git a/graphics/geist/files/patch-aa b/graphics/geist/files/patch-aa
deleted file mode 100644
index 6a99676d9ff7..000000000000
--- a/graphics/geist/files/patch-aa
+++ /dev/null
@@ -1,40 +0,0 @@
---- Makefile.in.orig Thu Oct 26 21:29:01 2000
-+++ Makefile.in Thu Oct 26 22:25:07 2000
-@@ -71,10 +71,10 @@
- XML_CFLAGS = @XML_CFLAGS@
- XML_LIBS = @XML_LIBS@
-
--SUBDIRS = pixmaps src
-+SUBDIRS = src
-
- docs_DATA = README AUTHORS ChangeLog TODO
--docsdir = $(prefix)/doc/geist
-+docsdir = $(datadir)/doc/geist
-
- EXTRA_DIST = geist.spec $(docs_DATA)
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-@@ -384,15 +384,15 @@
-
-
- install-data-local:
-- @$(NORMAL_INSTALL)
-- if test -d $(srcdir)/pixmaps; then \
-- $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/pixmaps; \
-- for pixmap in $(srcdir)/pixmaps/*; do \
-- if test -f $$pixmap; then \
-- $(INSTALL_DATA) $$pixmap $(DESTDIR)$(pkgdatadir)/pixmaps; \
-- fi \
-- done \
-- fi
-+# @$(NORMAL_INSTALL)
-+# if test -d $(srcdir)/pixmaps; then \
-+# $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/pixmaps; \
-+# for pixmap in $(srcdir)/pixmaps/*; do \
-+# if test -f $$pixmap; then \
-+# $(INSTALL_DATA) $$pixmap $(DESTDIR)$(pkgdatadir)/pixmaps; \
-+# fi \
-+# done \
-+# fi
-
- dist-hook:
- if test -d pixmaps; then \