diff options
author | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2001-06-09 17:32:47 +0000 |
---|---|---|
committer | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2001-06-09 17:32:47 +0000 |
commit | 62dc14736fcae3cba87c06ccda738d49ec8ebf15 (patch) | |
tree | bfb81dfe76ec3bfd94ccf31c0ffcaa601bcc8c8f /mail/listmanager | |
parent | Update Vim 5.8 to patchlevel 3. (diff) |
Cosmetic change: add blank line to improve readability.
Notes
Notes:
svn path=/head/; revision=43714
Diffstat (limited to 'mail/listmanager')
-rw-r--r-- | mail/listmanager/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/listmanager/Makefile b/mail/listmanager/Makefile index 58750a4bf1cf..acb36718ba4f 100644 --- a/mail/listmanager/Makefile +++ b/mail/listmanager/Makefile @@ -46,4 +46,5 @@ post-install: @${ECHO} "* information on installing listmanager without using a " @${ECHO} "* set-user-id root binary. " @${ECHO} "************************************************************" + .include <bsd.port.mk> |