diff options
author | edwin <edwin@FreeBSD.org> | 2005-12-05 08:53:19 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-12-05 08:53:19 +0800 |
commit | 08a2fa82cd4f6588449b81c8534c42aba7fe2e0d (patch) | |
tree | ef66ee81930a9594726a6676978b4162577ac2ca /misc/vera | |
parent | 19feb22e85f40be1352d2a7ce122f6f28b4d40fc (diff) | |
download | freebsd-ports-gnome-08a2fa82cd4f6588449b81c8534c42aba7fe2e0d.tar.gz freebsd-ports-gnome-08a2fa82cd4f6588449b81c8534c42aba7fe2e0d.tar.zst freebsd-ports-gnome-08a2fa82cd4f6588449b81c8534c42aba7fe2e0d.zip |
Remove install-info from Makefile, it's automatically done when INFO is defined
Diffstat (limited to 'misc/vera')
-rw-r--r-- | misc/vera/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/misc/vera/Makefile b/misc/vera/Makefile index 4ec5f16e4907..6436f8129ca1 100644 --- a/misc/vera/Makefile +++ b/misc/vera/Makefile @@ -22,7 +22,4 @@ do-build: do-install: @ ${INSTALL_DATA} ${WRKSRC}/vera.info ${PREFIX}/info -post-install: - @ install-info ${PREFIX}/info/vera.info ${PREFIX}/info/dir - .include <bsd.port.mk> |