diff options
author | trevor <trevor@FreeBSD.org> | 2005-01-14 15:29:12 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2005-01-14 15:29:12 +0800 |
commit | 992bcacb3af84230aae51abad5c01c85057d9af9 (patch) | |
tree | a01605f4db0528603451ccf5c357849e000da67a /emulators | |
parent | 18528f85301cebdf12ed2c5ed8fe2ca9b06d1e85 (diff) | |
download | freebsd-ports-gnome-992bcacb3af84230aae51abad5c01c85057d9af9.tar.gz freebsd-ports-gnome-992bcacb3af84230aae51abad5c01c85057d9af9.tar.zst freebsd-ports-gnome-992bcacb3af84230aae51abad5c01c85057d9af9.zip |
Do not reformat PKGMESSAGE. I added code that should not be flowed.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/linux_base/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/linux_base/Makefile b/emulators/linux_base/Makefile index 1df92dd27400..3b6e76410a57 100644 --- a/emulators/linux_base/Makefile +++ b/emulators/linux_base/Makefile @@ -135,6 +135,6 @@ do-install: ${FIND} ${PREFIX} -type d -exec ${CHMOD} 755 \{\} \; post-install: - @fmt ${PKGMESSAGE} + @${CAT} ${PKGMESSAGE} .include <bsd.port.post.mk> |