diff options
author | edwin <edwin@FreeBSD.org> | 2005-12-05 02:34:07 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-12-05 02:34:07 +0000 |
commit | d6277e1b90a3dd0618c3110ef941b9ddce9b4439 (patch) | |
tree | 1d3b9028224fc788065e7ca3151675be1b688547 /security/krb4 | |
parent | 08a2fa82cd4f6588449b81c8534c42aba7fe2e0d (diff) | |
download | FreeBSD-ports-d6277e1b90a3dd0618c3110ef941b9ddce9b4439.zip FreeBSD-ports-d6277e1b90a3dd0618c3110ef941b9ddce9b4439.tar.gz |
Remove install-info from Makefile, it's automatically done when INFO is defined
Diffstat (limited to 'security/krb4')
-rw-r--r-- | security/krb4/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/security/krb4/Makefile b/security/krb4/Makefile index 8d8936e..8e81805 100644 --- a/security/krb4/Makefile +++ b/security/krb4/Makefile @@ -37,7 +37,6 @@ CONFIGURE_ENV+= \ INFO= kth-krb post-install: - install-info ${PREFIX}/info/kth-krb.info ${PREFIX}/info/dir ${SED} -e "s~%%PREFIX%%~${PREFIX}~g" \ < ${.CURDIR}/pkg-message > ${PKGMESSAGE} @${ECHO_CMD} "*** ATTENTION ***" |