diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-27 08:15:04 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-27 08:15:04 +0800 |
commit | 751255b84703561557ba09c2c1d28c91345adeac (patch) | |
tree | 7cd8cb4a85037d5d5f9eb04c034e7ad933d0e179 /x11-themes | |
parent | 34ed678269c83e7d07efc89cf99ff6e5d5140f4c (diff) | |
download | freebsd-ports-gnome-751255b84703561557ba09c2c1d28c91345adeac.tar.gz freebsd-ports-gnome-751255b84703561557ba09c2c1d28c91345adeac.tar.zst freebsd-ports-gnome-751255b84703561557ba09c2c1d28c91345adeac.zip |
- Don't cat pkg-message from Makefiles
Approved by: portmgr blanket
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/cursor-chameleon-white/files/Makefile.common | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/x11-themes/cursor-chameleon-white/files/Makefile.common b/x11-themes/cursor-chameleon-white/files/Makefile.common index 813e55e0743c..b0c16a1d0ad9 100644 --- a/x11-themes/cursor-chameleon-white/files/Makefile.common +++ b/x11-themes/cursor-chameleon-white/files/Makefile.common @@ -10,6 +10,3 @@ do-install: ${COPYTREE_SHARE} \* \ ${STAGEDIR}${PREFIX}/lib/X11/icons/${PORTNAME}${PKGNAMESUFFIX}-${i:tl} .endfor - -post-install: - @${CAT} ${PKGMESSAGE} |