diff options
author | edwin <edwin@FreeBSD.org> | 2005-12-05 10:34:07 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-12-05 10:34:07 +0800 |
commit | d6277e1b90a3dd0618c3110ef941b9ddce9b4439 (patch) | |
tree | 1d3b9028224fc788065e7ca3151675be1b688547 /www/boa | |
parent | 08a2fa82cd4f6588449b81c8534c42aba7fe2e0d (diff) | |
download | freebsd-ports-gnome-d6277e1b90a3dd0618c3110ef941b9ddce9b4439.tar.gz freebsd-ports-gnome-d6277e1b90a3dd0618c3110ef941b9ddce9b4439.tar.zst freebsd-ports-gnome-d6277e1b90a3dd0618c3110ef941b9ddce9b4439.zip |
Remove install-info from Makefile, it's automatically done when INFO is defined
Diffstat (limited to 'www/boa')
-rw-r--r-- | www/boa/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www/boa/Makefile b/www/boa/Makefile index 76cfbe9bdc68..f6ffb695d808 100644 --- a/www/boa/Makefile +++ b/www/boa/Makefile @@ -48,7 +48,6 @@ do-install: .endfor .endif @${INSTALL_DATA} ${WRKSRC}/docs/boa.info ${PREFIX}/info - @install-info ${PREFIX}/info/boa.info ${PREFIX}/info/dir post-install: @if [ ! -f ${PREFIX}/etc/rc.d/boa.sh ]; then \ |