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 | |
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
-rw-r--r-- | emulators/jzintv/Makefile | 1 | ||||
-rw-r--r-- | games/openjazz/Makefile | 1 |
2 files changed, 0 insertions, 2 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> diff --git a/games/openjazz/Makefile b/games/openjazz/Makefile index 0c52ae24e7c9..7be8a450768a 100644 --- a/games/openjazz/Makefile +++ b/games/openjazz/Makefile @@ -39,7 +39,6 @@ do-install: @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/openjazz.000 ${STAGEDIR}${DATADIR} ${INSTALL_SCRIPT} ${WRKSRC}/OpenJazz ${STAGEDIR}${PREFIX}/bin/openjazz - @${CAT} ${PKGMESSAGE} post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/openjazz |