diff options
author | hrs <hrs@FreeBSD.org> | 2009-03-29 13:10:30 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2009-03-29 13:10:30 +0800 |
commit | a257460cf59f89232401dce682befd130892fb65 (patch) | |
tree | 4c5a9b1f9e97c23fdad2be92f045013973ce5935 /print | |
parent | cd59933386b68cbdf5410b4a91ea8e0b3b5da37e (diff) | |
download | freebsd-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/Makefile | 3 |
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> |