| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
PR: ports/6513
Submitted by: maintainer
|
|
|
|
|
| |
remove @dirrm share/aclocal on pkg/PLIST,
because another package use the directory too (guile)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
PR: 4577
Submitted by: Vanill I. Shu <vanilla@MinJe.com.TW>
|
| |
|
| |
|
|
|
|
| |
@'ed install-info related commands.
|
|
|
|
|
| |
first words capitalized, modify automake.texi's dir entry in such way,
so that the entries in dir get sorted properly.
|
| |
|
| |
|
| |
|
|
GNU Standards-compliant Makefile generator
PR: 3199
Submitted by: FUJIMOTO Kensaku <fujimoto@oscar.elec.waseda.ac.jp>
|