aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorhrs <hrs@FreeBSD.org>2009-03-29 13:10:30 +0800
committerhrs <hrs@FreeBSD.org>2009-03-29 13:10:30 +0800
commita257460cf59f89232401dce682befd130892fb65 (patch)
tree4c5a9b1f9e97c23fdad2be92f045013973ce5935 /print
parentcd59933386b68cbdf5410b4a91ea8e0b3b5da37e (diff)
downloadfreebsd-ports-gnome-a257460cf59f89232401dce682befd130892fb65.tar.gz
freebsd-ports-gnome-a257460cf59f89232401dce682befd130892fb65.tar.zst
freebsd-ports-gnome-a257460cf59f89232401dce682befd130892fb65.zip
Fix post-install target.
Spotted by: Jeff Molofee
Diffstat (limited to 'print')
-rw-r--r--print/acroreadwrapper/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/print/acroreadwrapper/Makefile b/print/acroreadwrapper/Makefile
index 857de257b7b6..694e89fa2802 100644
--- a/print/acroreadwrapper/Makefile
+++ b/print/acroreadwrapper/Makefile
@@ -39,7 +39,4 @@ do-install:
cd ${PREFIX}/bin && ${LN} -s -f acroread acroread8
cd ${PREFIX}/bin && ${LN} -s -f acroread acroread9
-post-install:
- @${CAT} ${PKGMESSAGE}
-
.include <bsd.port.mk>