diff options
author | martymac <martymac@FreeBSD.org> | 2013-11-27 15:19:41 +0800 |
---|---|---|
committer | martymac <martymac@FreeBSD.org> | 2013-11-27 15:19:41 +0800 |
commit | 2f4e9df8ce9ff62d0fc56262bbaf606f10db38d9 (patch) | |
tree | 5c8032e2c9b9cac620dcf92cb33f32506ed7a532 /emulators/jzintv | |
parent | 8ff4a54d6c0340b3486000a558759f4637345176 (diff) | |
download | freebsd-ports-gnome-2f4e9df8ce9ff62d0fc56262bbaf606f10db38d9.tar.gz freebsd-ports-gnome-2f4e9df8ce9ff62d0fc56262bbaf606f10db38d9.tar.zst freebsd-ports-gnome-2f4e9df8ce9ff62d0fc56262bbaf606f10db38d9.zip |
Fix pkg-message shown twice
Diffstat (limited to 'emulators/jzintv')
-rw-r--r-- | emulators/jzintv/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/emulators/jzintv/Makefile b/emulators/jzintv/Makefile index 7623d526b6b5..968ac6b9d75b 100644 --- a/emulators/jzintv/Makefile +++ b/emulators/jzintv/Makefile @@ -65,6 +65,5 @@ do-install: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} (cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) .endif - @${CAT} ${PKGMESSAGE} .include <bsd.port.post.mk> |