926e5fa1a6
At one point bsd.port.mk put out erroneous PLIST-auto, with @cwd, @pkgname, and @pkgdep lines. These are actually added by make package, and shouldn't usually be put inside the PLIST, as this is extra information to update. I left a few @cwd in, mainly for the perl modules, which want to live under /usr to work.
28 lines
822 B
Plaintext
28 lines
822 B
Plaintext
bin/autoconf
|
|
bin/autoheader
|
|
bin/autoreconf
|
|
bin/autoscan
|
|
bin/autoupdate
|
|
bin/ifnames
|
|
@unexec install-info --delete %D/info/autoconf.info %D/info/dir
|
|
@unexec install-info --delete %D/info/standards.info %D/info/dir
|
|
info/autoconf.info
|
|
info/standards.info
|
|
@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir
|
|
@exec install-info %D/info/autoconf.info %D/info/dir
|
|
@exec install-info %D/info/standards.info %D/info/dir
|
|
share/autoconf/autoconf.m4f
|
|
share/autoconf/autoheader.m4f
|
|
share/autoconf/autoconf.m4
|
|
share/autoconf/acgeneral.m4
|
|
share/autoconf/acoldnames.m4
|
|
share/autoconf/acspecific.m4
|
|
share/autoconf/autoheader.m4
|
|
share/autoconf/acconfig.h
|
|
share/autoconf/acfunctions
|
|
share/autoconf/acheaders
|
|
share/autoconf/acidentifiers
|
|
share/autoconf/acprograms
|
|
share/autoconf/acmakevars
|
|
@dirrm share/autoconf
|