Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change Id->FreeBSD. | David E. O'Brien | 1999-08-25 | 1 | -1/+1 |
| | |||||
* | Remove the test to create ${PREFIX}/share/info/dir as it is now | Michael Haro | 1999-06-05 | 2 | -5/+1 |
| | | | | in bsd.port.mk and this helps to unify the check and install. | ||||
* | Update to 1.4. | SADA Kenji | 1999-01-30 | 3 | -8/+6 |
| | | | | | PR: ports/9767 Submitted by: Steve Coltrin <spcoltri@io.com> | ||||
* | ${MASTER_SITE_GNU} got rearranged in December; let's catch up. | Bill Fenner | 1999-01-27 | 1 | -1/+2 |
| | |||||
* | Make this use perl5 | Justin M. Seger | 1998-12-12 | 1 | -2/+4 |
| | | | | PR: 7463 | ||||
* | Fix info page problem. | Vanilla I. Shu | 1998-09-23 | 2 | -4/+6 |
| | |||||
* | Add a patch from maintainer. | Vanilla I. Shu | 1998-05-07 | 1 | -0/+1 |
| | | | | | PR: ports/6513 Submitted by: maintainer | ||||
* | Upgrade to 1.3, | Vanilla I. Shu | 1998-05-04 | 5 | -12/+17 |
| | | | | | remove @dirrm share/aclocal on pkg/PLIST, because another package use the directory too (guile) | ||||
* | Some patches submitted as PR are not suitable to be committed blindly and | Masafumi Max NAKANE | 1997-09-19 | 2 | -44/+16 |
| | | | | | | | | | | | | | | previous changes to this port was one of them. This commit fixes: - We definetely need to check the existence of ${PREFIX}/dir and generate it if needed before install-info gets invoked. - Use empty definition of STRIP instead of changing every appearance of ${INSTALL_SCRIPT} in Makefile.in to ${INSTALL} especially since this port installs no files that need to be stripped. - No need to add rule to regenerate .info file when there's one in the distributed Makefile.in. - Instead of removing old piece of .info files in post-install target, leave it to the .texi.info: rule in the distributed Makefile. | ||||
* | Upgrade to 1.2. | Thomas Gellekum | 1997-09-19 | 5 | -47/+112 |
| | | | | | PR: 4577 Submitted by: Vanill I. Shu <vanilla@MinJe.com.TW> | ||||
* | Add `.' to end of info dir entry. | Satoshi Asami | 1997-06-17 | 1 | -1/+1 |
| | |||||
* | Add @dirrm | Masafumi Max NAKANE | 1997-06-16 | 1 | -0/+1 |
| | |||||
* | sed -> ${SED}. | Masafumi Max NAKANE | 1997-06-13 | 1 | -4/+4 |
| | | | | @'ed install-info related commands. | ||||
* | Since the dir entry for info files of many other programs has their | Masafumi Max NAKANE | 1997-06-13 | 1 | -1/+10 |
| | | | | | first words capitalized, modify automake.texi's dir entry in such way, so that the entries in dir get sorted properly. | ||||
* | Use install-info to add the entry for automake.info to the dir file. | Masafumi Max NAKANE | 1997-06-13 | 2 | -1/+10 |
| | |||||
* | Patch up Makefile.in so that automake.info gets regenerated appropriately. | Masafumi Max NAKANE | 1997-06-13 | 1 | -0/+8 |
| | |||||
* | Patch up automake.texi and add @dircategory. | Masafumi Max NAKANE | 1997-06-13 | 1 | -0/+10 |
| | |||||
* | New port, automake: | Masafumi Max NAKANE | 1997-05-27 | 5 | -0/+71 |
GNU Standards-compliant Makefile generator PR: 3199 Submitted by: FUJIMOTO Kensaku <fujimoto@oscar.elec.waseda.ac.jp> |