summaryrefslogtreecommitdiff
path: root/sysutils/graft/files/patch-Makefile.dist
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-05-01 19:52:00 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-05-01 19:52:00 +0000
commite2d4219b8c51c57e4c9953fd4566020d1cbe27be (patch)
tree8ceca6123d051f54c9f8d71a3699c5653f22c8b9 /sysutils/graft/files/patch-Makefile.dist
parentRemove unmaintained expired ports from textproc (diff)
Remove unmaintained expired ports from sysutils
2011-05-01 sysutils/acidlaunch: Upstream disapear and distfile is no more available 2011-05-01 sysutils/cpbk: Upstream disapear and distfile is no more available 2011-05-01 sysutils/dc42wrap: Upstream disapear and distfile is no more available 2011-05-01 sysutils/deleted: Upstream disapear and distfile is no more available 2011-05-01 sysutils/dolly+: Upstream disapear and distfile is no more available 2011-05-01 sysutils/durep: Upstream disapear and distfile is no more available 2011-05-01 sysutils/dvdtape: Upstream disapear and distfile is no more available 2011-05-01 sysutils/flock: Upstream disapear and distfile is no more available 2011-05-01 sysutils/fontedit: Upstream disapear and distfile is no more available 2011-05-01 sysutils/ftrace: Upstream disapear and distfile is no more available 2011-05-01 sysutils/gfslicer: Upstream disapear and distfile is no more available 2011-05-01 sysutils/ghasher: Upstream disapear and distfile is no more available 2011-05-01 sysutils/gkrellmouse: Upstream disapear and distfile is no more available 2011-05-01 sysutils/gkrellmwho: Upstream disapear and distfile is no more available 2011-05-01 sysutils/glload: Upstream disapear and distfile is no more available 2011-05-01 sysutils/gnomefind: Abandoned upstream 2011-05-01 sysutils/graft: Upstream disapear and distfile is no more available 2011-05-01 sysutils/growspd: Upstream disapear and distfile is no more available 2011-05-01 sysutils/gtoaster: Upstream disapear and distfile is no more available 2011-05-01 sysutils/idled: Upstream disapear and distfile is no more available, consider using sysutils/doinkd 2011-05-01 sysutils/maint: Upstream disapear and distfile is no more available 2011-05-01 sysutils/ndir: Upstream disapear and distfile is no more available 2011-05-01 sysutils/p5-LJ-Cache: Upstream disapear and distfile is no more available 2011-05-01 sysutils/p5-LJ-TextMessage: Upstream disapear and distfile is no more available 2011-05-01 sysutils/reclinker: Upstream disapear and distfile is no more available 2011-05-01 sysutils/rotate: Upstream disapear and distfile is no more available 2011-05-01 sysutils/ticker.app: Upstream disapear and distfile is no more available 2011-05-01 sysutils/upsmon: Upstream disapear and distfile is no more available 2011-05-01 sysutils/usbutil: Upstream disapear and distfile is no more available 2011-05-01 sysutils/uwatch: Upstream disapear and distfile is no more available 2011-05-01 sysutils/wmavgload: Upstream disapear and distfile is no more available 2011-05-01 sysutils/wmfsm: Upstream disapear and distfile is no more available 2011-05-01 sysutils/wmhm: Upstream disapear and distfile is no more available 2011-05-01 sysutils/wminet: Upstream disapear and distfile is no more available 2011-05-01 sysutils/wmlmmon: Upstream disapear and distfile is no more available 2011-05-01 sysutils/wmlongrun: Upstream disapear and distfile is no more available 2011-05-01 sysutils/wmmemmon: Upstream disapear and distfile is no more available 2011-05-01 sysutils/wmmount: Upstream disapear and distfile is no more available 2011-05-01 sysutils/wmpccard: Upstream disapear and distfile is no more available 2011-05-01 sysutils/wmshutdown: Upstream disapear and distfile is no more available 2011-05-01 sysutils/wmzazof: Upstream disapear and distfile is no more available
Notes
Notes: svn path=/head/; revision=273412
Diffstat (limited to 'sysutils/graft/files/patch-Makefile.dist')
-rw-r--r--sysutils/graft/files/patch-Makefile.dist53
1 files changed, 0 insertions, 53 deletions
diff --git a/sysutils/graft/files/patch-Makefile.dist b/sysutils/graft/files/patch-Makefile.dist
deleted file mode 100644
index b8e65a1d2726..000000000000
--- a/sysutils/graft/files/patch-Makefile.dist
+++ /dev/null
@@ -1,53 +0,0 @@
---- Makefile.dist.orig Sun Aug 15 15:54:30 2004
-+++ Makefile.dist Sun Aug 15 16:09:04 2004
-@@ -30,8 +30,8 @@
- # number of ways. See the man page and the documentation in
- # doc/graft.{html,pdf,ps,txt}.
-
--PACKAGEDIR = /pkgs
--TARGETDIR = /pkgs
-+PACKAGEDIR = %%GRAFT_PACKAGEDIR%%
-+TARGETDIR = %%GRAFT_TARGETDIR%%
-
- # You should only need to change the value of TOP to reflect the
- # installation directory for graft if it is different from your default
-@@ -40,10 +40,10 @@
- # these values, you may be confused about what graft is for. Please
- # re-read the documentation in doc/graft.{html,pdf,ps,txt}.
-
--TOP = $(PACKAGEDIR)/graft-$(VERSION)
-+TOP = %%PREFIX%%
- BIN = $(TOP)/bin
--MAN = $(TOP)/man
--DOC = $(TOP)/doc
-+MAN = %%MANPREFIX%%/man
-+DOC = %%DOCSDIR%%
-
- # The final grafted location of perl. See the bootstrap section in
- # the documentation in doc/graft.{html,pdf,ps,txt}. This value will be
-@@ -55,7 +55,7 @@
- #
- # #!/usr/bin/perl -w
-
--PERL = /pkgs/bin/perl
-+PERL = %%PERL%%
-
- # The location of the perl executable used to build the graft
- # executable. You'll need to change this only if you do not have a fixed
-@@ -68,7 +68,7 @@
- # The graft log file. All of graft's actions will be logged in this file.
- # If you don't want any logging, set this to /dev/null.
-
--LOGFILE = /var/log/graft
-+LOGFILE = %%GRAFT_LOGFILE%%
-
- # The names of the special graft control files. GRAFT-IGNORE controls
- # the exclusion of subdirectories, GRAFT-EXCLUDE controls the exclusion
-@@ -206,7 +206,6 @@
- mkdir -p $(DOC); \
- cp doc/$$i $(DOC); \
- chmod 644 $(DOC)/$$i; \
-- touch $(DOC)/$(GRAFT-IGNORE); \
- done
-
- bin: all