diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2002-11-05 16:16:20 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2002-11-05 16:16:20 +0000 |
commit | 0ea0b23f3270b27a9b63e1ff1f1b3adbddb54ab2 (patch) | |
tree | a73ff24233f3acc7ceed88ac30f69efdab474e33 /textproc | |
parent | Update to 3.99.3 (diff) |
Mark 2 targets as .PHONY in main Makefile. Fixes 2 PRs that both complain
of the same problem. One originated in August, so maintainer timeout is
invoked.
Also, remove redundant post-patch target, since patches take care of this
already.
PR: 41496 44516
Submitted by: alane
Notes
Notes:
svn path=/head/; revision=69534
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/sp/Makefile | 6 | ||||
-rw-r--r-- | textproc/sp/files/patch-ab | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/textproc/sp/Makefile b/textproc/sp/Makefile index 7bba5b46375b..ed60836a3ede 100644 --- a/textproc/sp/Makefile +++ b/textproc/sp/Makefile @@ -21,12 +21,6 @@ INSTALLS_SHLIB= yes BROKEN= "Does not compile on 5.0" .endif -post-patch: - $(CP) $(WRKSRC)/Makefile $(WRKSRC)/Makefile.sed - $(CP) $(WRKSRC)/Makefile.lib $(WRKSRC)/Makefile.lib.sed - $(SED) -e "s%/opt/local%$(PREFIX)%" <$(WRKSRC)/Makefile.sed >$(WRKSRC)/Makefile - $(SED) -e "s%/opt/local%$(PREFIX)%" <$(WRKSRC)/Makefile.lib.sed >$(WRKSRC)/Makefile.lib - post-install: $(MKDIR) $(PREFIX)/include/sp $(MKDIR) $(PREFIX)/share/doc/sp diff --git a/textproc/sp/files/patch-ab b/textproc/sp/files/patch-ab index 2db29bf69799..b33e472bf38b 100644 --- a/textproc/sp/files/patch-ab +++ b/textproc/sp/files/patch-ab @@ -1,5 +1,5 @@ ---- Makefile.orig Sat Oct 10 04:15:02 1998 -+++ Makefile Mon Apr 30 01:06:08 2001 +--- Makefile.orig Sat Oct 10 00:15:02 1998 ++++ Makefile Sun Oct 27 01:05:00 2002 @@ -1,11 +1,12 @@ # Copyright (c) 1994, 1995 James Clark # See the file COPYING for copying permission. @@ -60,3 +60,9 @@ # Uncomment this for SunOS 4.1.3 or FreeBSD # (and probably other BSD flavor systems as well) #RANLIB=ranlib +@@ -145,3 +146,5 @@ + rm -fr sp-$$version + + FORCE: ++ ++.PHONY: FORCE lib |