diff options
Diffstat (limited to 'sysutils/ascpu/Makefile')
-rw-r--r-- | sysutils/ascpu/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/ascpu/Makefile b/sysutils/ascpu/Makefile index 5a1649aa8351..ef95480df530 100644 --- a/sysutils/ascpu/Makefile +++ b/sysutils/ascpu/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ascpu -# Date created: 18 February 1999 -# Whom: Dima Sivachenko <dima@chg.ru> -# +# Created by: Dima Sivachenko <dima@chg.ru> # $FreeBSD$ -# PORTNAME= ascpu PORTVERSION= 1.11 @@ -25,6 +21,7 @@ MAKE_ENV= EXTRA_LIBRARIES="-L${LOCALBASE}/lib" MAN1= ascpu.1 PLIST_FILES= bin/ascpu +NO_STAGE= yes do-install: @ ${INSTALL_MAN} ${WRKSRC}/ascpu.man ${PREFIX}/man/man1/ascpu.1 @ ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g kmem -m 2755 ${WRKSRC}/ascpu ${PREFIX}/bin |