aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rdate
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2000-04-22 10:14:11 +0000
committerMichael Haro <mharo@FreeBSD.org>2000-04-22 10:14:11 +0000
commit960543ecef69ee80e8cef4cb3a22e623071440c5 (patch)
tree22c4a6d0707e9e2799eaacf878b9d4e2ffbc4e02 /sysutils/rdate
parent9647ca36cdba95e38253de912be65e456bd59da0 (diff)
downloadports-960543ecef69ee80e8cef4cb3a22e623071440c5.tar.gz
ports-960543ecef69ee80e8cef4cb3a22e623071440c5.zip
Corrrect whitespace introduced during PORTNAME conversion and portlint
Notes
Notes: svn path=/head/; revision=27887
Diffstat (limited to 'sysutils/rdate')
-rw-r--r--sysutils/rdate/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/rdate/Makefile b/sysutils/rdate/Makefile
index 80c5f6c5a478..18e217b331be 100644
--- a/sysutils/rdate/Makefile
+++ b/sysutils/rdate/Makefile
@@ -6,9 +6,9 @@
#
PORTNAME= rdate
-PORTVERSION= 1.0
-CATEGORIES= sysutils
-MASTER_SITES= http://www2.cons.org:8000/freebsd-distfiles/ \
+PORTVERSION= 1.0
+CATEGORIES= sysutils
+MASTER_SITES= http://www2.cons.org:8000/freebsd-distfiles/ \
http://people.FreeBSD.org/~cracauer/freebsd-distfiles/
MAINTAINER= cracauer@cons.org
@@ -16,7 +16,7 @@ MAINTAINER= cracauer@cons.org
MAN8= rdate.8
post-install:
- $(INSTALL_PROGRAM) $(WRKSRC)/rdate $(PREFIX)/sbin/.
- $(INSTALL_MAN) $(WRKSRC)/rdate.8 $(PREFIX)/man/man8/.
+ ${INSTALL_PROGRAM} ${WRKSRC}/rdate ${PREFIX}/sbin/.
+ ${INSTALL_MAN} ${WRKSRC}/rdate.8 ${PREFIX}/man/man8/.
.include <bsd.port.mk>