diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-21 06:52:17 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-21 06:52:17 +0000 |
commit | ca1a73220a729e4576c8c60c83a4a7d70617f43d (patch) | |
tree | 3d803b30e3dd6fb62bbe8e5bdd47c1b13a0c5612 /games/linux-ssamtse/Makefile | |
parent | 31b172b840d716b82223edeb8f9b380695d56651 (diff) | |
download | ports-ca1a73220a729e4576c8c60c83a4a7d70617f43d.tar.gz ports-ca1a73220a729e4576c8c60c83a4a7d70617f43d.zip |
- Modernize plist
- Don't cat pkg-message from Makefile
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=386909
Diffstat (limited to 'games/linux-ssamtse/Makefile')
-rw-r--r-- | games/linux-ssamtse/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/games/linux-ssamtse/Makefile b/games/linux-ssamtse/Makefile index dbb04631453e..d78eac691cb9 100644 --- a/games/linux-ssamtse/Makefile +++ b/games/linux-ssamtse/Makefile @@ -108,7 +108,4 @@ do-install: .endfor .endif -post-install: - @${CAT} ${PKGMESSAGE} - .include <bsd.port.mk> |