diff options
Diffstat (limited to 'devel/elftoaout/Makefile')
-rw-r--r-- | devel/elftoaout/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/elftoaout/Makefile b/devel/elftoaout/Makefile index 5839b5507646..dae5e819e46d 100644 --- a/devel/elftoaout/Makefile +++ b/devel/elftoaout/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: elftoaout -# Date created: 3 Jul 1998 -# Whom: kchowksey@hss.hns.com -# +# Created by: kchowksey@hss.hns.com # $FreeBSD$ -# PORTNAME= elftoaout PORTVERSION= 2.3 @@ -20,6 +16,7 @@ MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" MAN1= elftoaout.1 PLIST_FILES= bin/elftoaout +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/elftoaout ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/elftoaout.1 ${PREFIX}/man/man1 |