diff options
Diffstat (limited to 'sysutils/rdate/Makefile')
-rw-r--r-- | sysutils/rdate/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/rdate/Makefile b/sysutils/rdate/Makefile index 33f5f3197b6d..7ab142b8fba7 100644 --- a/sysutils/rdate/Makefile +++ b/sysutils/rdate/Makefile @@ -1,7 +1,5 @@ # Created by: cracauer@cons.org "Martin Cracauer" -# # $FreeBSD$ -# PORTNAME= rdate PORTVERSION= 1.3 @@ -14,6 +12,7 @@ COMMENT= Sets the clock of the local host to the time of another host MAN8= rdate.8 PLIST_FILES= sbin/rdate +NO_STAGE= yes post-install: ${INSTALL_PROGRAM} ${WRKSRC}/rdate ${PREFIX}/sbin/. ${INSTALL_MAN} ${WRKSRC}/rdate.8 ${PREFIX}/man/man8/. |