diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2002-11-03 12:14:42 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2002-11-03 12:14:42 +0000 |
commit | 9168fa04558713d0af82754ee4ae36216dda18c1 (patch) | |
tree | dd8db0507913a62f6c26d1d6b5cbb0a1dd5f0514 /devel/automake19/files/patch-Makefile.in | |
parent | Handle the fact that -current defines pselect() already. (diff) |
1. Update version to 1.7.1.
2. Rewrote pkg-comment and pkg-descr files.
3. Marked pkg-plist file as not done.
4. Made do-build and do-install targets indicating that this port is
not at all ready to even be looked at. The repocopy was a placeholder
for when I can get to it.
Notes
Notes:
svn path=/head/; revision=69340
Diffstat (limited to 'devel/automake19/files/patch-Makefile.in')
-rw-r--r-- | devel/automake19/files/patch-Makefile.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/automake19/files/patch-Makefile.in b/devel/automake19/files/patch-Makefile.in deleted file mode 100644 index 5f1a7a86a4c2..000000000000 --- a/devel/automake19/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Sun Sep 9 11:42:15 2001 -+++ Makefile.in Sun Sep 9 11:42:51 2001 -@@ -180,7 +180,7 @@ - .texi.info: - @cd $(srcdir) && rm -f $@ $@-[0-9] $@-[0-9][0-9] - cd $(srcdir) \ -- && $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) \ -+ && $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) --no-split \ - `echo $< | sed 's,.*/,,'` - - .texi.dvi: |