diff options
author | edwin <edwin@FreeBSD.org> | 2005-12-06 11:02:22 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-12-06 11:02:22 +0800 |
commit | 88feecab5350ed6c4e9916d179d8874768d8ec5b (patch) | |
tree | 8fed1368b7d77e00dbb9903b96b54495bd8f9f47 /security/gnu-crypto | |
parent | dc9d9b7a7cdb1391c7534fa8c80a5b9a1ca6cf77 (diff) | |
download | freebsd-ports-gnome-88feecab5350ed6c4e9916d179d8874768d8ec5b.tar.gz freebsd-ports-gnome-88feecab5350ed6c4e9916d179d8874768d8ec5b.tar.zst freebsd-ports-gnome-88feecab5350ed6c4e9916d179d8874768d8ec5b.zip |
Remove install-info from the Makefile.
Diffstat (limited to 'security/gnu-crypto')
-rw-r--r-- | security/gnu-crypto/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/security/gnu-crypto/Makefile b/security/gnu-crypto/Makefile index 7333af82a052..0da59e59577a 100644 --- a/security/gnu-crypto/Makefile +++ b/security/gnu-crypto/Makefile @@ -61,8 +61,4 @@ do-install: @${INSTALL_DATA} ${WRKSRC}/docs/${PORTNAME}.info \ ${PREFIX}/${INFO_PATH} -post-install: - @install-info ${PREFIX}/${INFO_PATH}/${PORTNAME}.info \ - ${PREFIX}/${INFO_PATH}/dir - .include <bsd.port.mk> |