diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-22 10:14:11 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-22 10:14:11 +0000 |
commit | 960543ecef69ee80e8cef4cb3a22e623071440c5 (patch) | |
tree | 22c4a6d0707e9e2799eaacf878b9d4e2ffbc4e02 /sysutils/rdate/Makefile | |
parent | 9647ca36cdba95e38253de912be65e456bd59da0 (diff) | |
download | ports-960543ecef69ee80e8cef4cb3a22e623071440c5.tar.gz ports-960543ecef69ee80e8cef4cb3a22e623071440c5.zip |
Notes
Diffstat (limited to 'sysutils/rdate/Makefile')
-rw-r--r-- | sysutils/rdate/Makefile | 10 |
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> |