summaryrefslogtreecommitdiff
path: root/sysutils/rdate/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/rdate/Makefile')
-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>