diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-05 00:53:19 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-05 00:53:19 +0000 |
commit | c92cd658645286c7b4483aad14dfa79eba6526cf (patch) | |
tree | 1017b9d95ca18346b1af1bc9fa9b68fefbf87410 /misc/vera | |
parent | c8d78958955dc56f6c297504b1242b12275acaaa (diff) | |
download | ports-c92cd658645286c7b4483aad14dfa79eba6526cf.tar.gz ports-c92cd658645286c7b4483aad14dfa79eba6526cf.zip |
Notes
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> |