diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-02-27 02:35:35 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-02-27 02:35:35 +0000 |
commit | be6bf1e2f522b1b0282b3b7eb871552b555b7fc2 (patch) | |
tree | 1348c74f09a4ca561cb9d44b2793816ecb02f3fe /net/sntop | |
parent | 73197c45b98cf3e7179b305cb5fd8267ec4ceab2 (diff) | |
download | ports-be6bf1e2f522b1b0282b3b7eb871552b555b7fc2.tar.gz ports-be6bf1e2f522b1b0282b3b7eb871552b555b7fc2.zip |
Notes
Diffstat (limited to 'net/sntop')
-rw-r--r-- | net/sntop/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sntop/Makefile b/net/sntop/Makefile index 1d83d542af61..a1263975f201 100644 --- a/net/sntop/Makefile +++ b/net/sntop/Makefile @@ -22,6 +22,6 @@ MAN1= sntop.1 post-install: @${STRIP_CMD} ${PREFIX}/bin/sntop - @cat ${PKGMESSAGE} + @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> |