summaryrefslogtreecommitdiff
path: root/devel/makeplus/files/patch-main.mk
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-05-02 11:57:10 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-05-02 11:57:10 +0000
commit8ec78d0c2ee1d5164fabd8b585d7257ce480584f (patch)
treed31bb76cffe852406a40e412f493e31cba321371 /devel/makeplus/files/patch-main.mk
parentLet CATEGORIES be overwritten by slave ports (chinese/joe) (diff)
Remove unmaintained expired ports from devel
2011-05-01 devel/a2dev: Upstream disapear and distfile is no more available 2011-05-01 devel/c2lib: Upstream disapear and distfile is no more available 2011-05-01 devel/c2man: Upstream disapear and distfile is no more available 2011-05-01 devel/c2mdoc: Upstream disapear and distfile is no more available 2011-05-01 devel/c_parser: Upstream disapear and distfile is no more available 2011-05-01 devel/cdoc: Upstream disapear and distfile is no more available 2011-05-01 devel/diffconvert: Upstream disapear and distfile is no more available 2011-05-01 devel/ecgi: Upstream disapear and distfile is no more available 2011-05-01 devel/error: Upstream disapear and distfile is no more available 2011-05-01 devel/excalibur-configuration: Upstream disapear and distfile is no more available 2011-05-01 devel/freelibiberty: Upstream disapear and distfile is no more available 2011-05-01 devel/gengameng: Upstream disapear and distfile is no more available 2011-05-01 devel/hptools: Upstream disapear and distfile is no more available 2011-05-01 devel/invitation_to_ruby: Upstream disapear and distfile is no more available 2011-05-01 devel/kimwitu++: Upstream disapear and distfile is no more available 2011-05-01 devel/libU77: Upstream disapear and distfile is no more available 2011-05-01 devel/libcoro: Upstream disapear and distfile is no more available 2011-05-01 devel/libpperl: Upstream disapear and distfile is no more available 2011-05-01 devel/lincvs: Upstream disapear and distfile is no more available 2011-05-01 devel/linux-runrev: Abandon upstream and distfile is no more available 2011-05-01 devel/makeplus: Upstream disapear and distfile is no more available 2011-05-01 devel/maketool: Upstream disapear and distfile is no more available 2011-05-01 devel/mob: Upstream disapear and distfile is no more available 2011-05-01 devel/mprof: Upstream disapear and distfile is no more available 2011-05-01 devel/ngpt: Upstream disapear and distfile is no more available 2011-05-01 devel/pedisassem: Upstream disapear and distfile is no more available 2011-05-01 devel/rinfo: Upstream disapear and distfile is no more available 2011-05-01 devel/templ: Upstream disapear and distfile is no more available 2011-05-01 devel/towitoko: Upstream disapear and distfile is no more available
Notes
Notes: svn path=/head/; revision=273470
Diffstat (limited to 'devel/makeplus/files/patch-main.mk')
-rw-r--r--devel/makeplus/files/patch-main.mk21
1 files changed, 0 insertions, 21 deletions
diff --git a/devel/makeplus/files/patch-main.mk b/devel/makeplus/files/patch-main.mk
deleted file mode 100644
index f7d9981b563f..000000000000
--- a/devel/makeplus/files/patch-main.mk
+++ /dev/null
@@ -1,21 +0,0 @@
-
-$FreeBSD$
-
---- main.mk.orig Sat Mar 1 15:42:02 2003
-+++ main.mk Tue Jul 1 15:49:10 2003
-@@ -33,13 +33,14 @@
- infodir = $(prefix)/info
- includedir = $(prefix)/include
- pkgdatadir = $(datadir)/$(PACKAGE)
--docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
- pkgetcdir = $(sysconfdir)/$(PACKAGE)
- pkglibdir = $(libdir)/$(PACKAGE)
- pkgincludedir = $(includedir)/$(PACKAGE)
- ifneq ($(shell uname), FreeBSD)
-+docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
- manprefix = $(datadir)
- else
-+docdir = $(datadir)/doc/$(PACKAGE)
- manprefix = $(prefix)
- endif
- mandir = $(manprefix)/man