diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 23:33:47 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 23:33:47 +0000 |
commit | 235481b52a44969361f4c688e6e9d10798bd35d9 (patch) | |
tree | d4069fbea1d4f696753c9b5ab1500babadc62de2 /graphics/netshow | |
parent | 8b6def2e156a5db9ad4f6d2291f8421ebb21bd14 (diff) | |
download | ports-235481b52a44969361f4c688e6e9d10798bd35d9.tar.gz ports-235481b52a44969361f4c688e6e9d10798bd35d9.zip |
Notes
Diffstat (limited to 'graphics/netshow')
-rw-r--r-- | graphics/netshow/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/netshow/Makefile b/graphics/netshow/Makefile index 87c2b47de5e1..f60b34be812d 100644 --- a/graphics/netshow/Makefile +++ b/graphics/netshow/Makefile @@ -3,7 +3,7 @@ # Date created: Thu Jun 11 22:38:52 PDT 1998 # Whom: dburr@FreeBSD.ORG # -# $Id: Makefile,v 1.4 1999/01/07 02:31:42 simokawa Exp $ +# $Id: Makefile,v 1.5 1999/07/21 14:55:32 marcel Exp $ # DISTNAME= netshow_linux @@ -38,6 +38,6 @@ do-install: ${INSTALL} -c -o bin -g bin -m 555 ${WRKDIR}/netshow ${PREFIX}/bin/netshow post-install: - @cat ${PKGDIR}/MESSAGE + @${CAT} ${PKGDIR}/MESSAGE .include <bsd.port.mk> |