diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-15 20:01:55 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-15 20:01:55 +0000 |
commit | 2c4d314c4a38b3507fd14796e2bbf36a50fe6f10 (patch) | |
tree | 46b0c206ec51a074618a226873edd947cdb54ea6 /editors/jed/files/patch-aa | |
parent | Respect CFLAGS. (diff) |
- Sort the packing list
- Honour ${NOPORTDOCS}
- Use ${INFO} instead of install-info, and add patches to add section
and dir-entry to info files
- Patch src/Makefile.in instead of installing files in the wrong
location and removing them
- Move ${STRIP_CMD} commands to src/Makefile.in
- Pass maintainership to Renato Botelho <freebsd@galle.com.br>
PR: ports/80441
Submitted by: Renato Botelho <freebsd@galle.com.br> (new maintainer)
Approved by: former maintainer
Notes
Notes:
svn path=/head/; revision=135309
Diffstat (limited to 'editors/jed/files/patch-aa')
-rw-r--r-- | editors/jed/files/patch-aa | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/editors/jed/files/patch-aa b/editors/jed/files/patch-aa deleted file mode 100644 index 4aa1fa83c084..000000000000 --- a/editors/jed/files/patch-aa +++ /dev/null @@ -1,19 +0,0 @@ ---- src/Makefile.in.orig Sun Oct 20 06:55:30 2002 -+++ src/Makefile.in Thu Feb 20 21:06:23 2003 -@@ -158,7 +158,7 @@ - rgrep: $(OBJDIR)/rgrep - @echo rgrep created in $(OBJDIR) - $(OBJDIR)/rgrep: $(OBJDIR)/vfile.o $(OBJDIR)/rgrep.o -- cd $(OBJDIR); $(CC) vfile.o rgrep.o -o rgrep $(LDFLAGS) $(SLANG_LIB) -lslang -+ cd $(OBJDIR); $(CC) vfile.o rgrep.o -o rgrep $(LDFLAGS) $(SLANG_LIB) -lslang $(TERMCAP_LIB) - # - getmail: $(OBJDIR)/getmail - @echo getmail created in $(OBJDIR) -@@ -186,7 +186,6 @@ - $(MKINSDIR) $(DEST_JED_ROOT)/lib - $(MKINSDIR) $(DEST_JED_ROOT)/lib/colors - $(MKINSDIR) $(DEST_JED_ROOT)/lib/colors/Xjed -- $(MKINSDIR) $(DEST_JED_ROOT)/lib/tm - - install: all install_directories - $(INSTALL) $(OBJDIR)/jed $(DEST_BIN_DIR)/ |