diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2005-01-14 07:29:12 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2005-01-14 07:29:12 +0000 |
commit | 71d276407a1c0fa5e4577c9aad16f5fabe968299 (patch) | |
tree | ee8230e0f7b77a5bee273351724c68664febfaaa /emulators/linux_base/Makefile | |
parent | 5f50fc7b70f3f913da21a60110e727e810f19885 (diff) |
Do not reformat PKGMESSAGE. I added code that should not be flowed.
Notes
Notes:
svn path=/head/; revision=126408
Diffstat (limited to 'emulators/linux_base/Makefile')
-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> |