summaryrefslogtreecommitdiff
path: root/mail/mutt
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-02-13 03:25:05 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-02-13 03:25:05 +0000
commitb5d1cecde4e6c0dcb132742181e822478f6759af (patch)
treea5f4ee1240324a616c9004580f7a5eddaac86d39 /mail/mutt
parentUpdate to version 1.1.16. (diff)
Style nits in the ports I maintain.
Notes
Notes: svn path=/head/; revision=25734
Diffstat (limited to 'mail/mutt')
-rw-r--r--mail/mutt/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile
index 99a1aa17c233..f217b7dc48ac 100644
--- a/mail/mutt/Makefile
+++ b/mail/mutt/Makefile
@@ -1,8 +1,8 @@
# ex:ts=8
-# New ports collection makefile for: mutt w/pgp hooks
-# Version required: 0.xy
-# Date created: Thur July 25, 1996
-# Whom: David O'Brien (obrien@NUXI.com)
+# Ports collection makefile for: mutt w/pgp hooks
+# Version required: 0.xy
+# Date created: Thur July 25, 1996
+# Whom: David O'Brien (obrien@NUXI.com)
#
# $FreeBSD$
@@ -27,7 +27,7 @@ PATCH_SITES= http://www.frmug.org/mutt/mutt/${PKGNAME:S/^mutt-//}/ \
PATCHFILES=
PATCH_DIST_STRIP= -p1
-MAINTAINER= obrien@FreeBSD.org
+MAINTAINER= obrien@FreeBSD.org
BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext
.if defined(BATCH)
@@ -89,8 +89,8 @@ post-install:
${INSTALL_MAN} ${WRKSRC}/doc/*.latin1 ${PREFIX}/share/doc/mutt
${INSTALL_MAN} ${WRKSRC}/doc/*.html ${PREFIX}/share/doc/mutt
.endif
- @(cd ${WRKSRC}/contrib ; ${INSTALL_DATA} sample.muttrc Mush.rc Pine.rc \
- ${PREFIX}/share/doc/mutt)
+ @cd ${WRKSRC}/contrib ; ${INSTALL_DATA} sample.muttrc Mush.rc Pine.rc \
+ ${PREFIX}/share/doc/mutt
.endif
.include <bsd.port.mk>