diff options
Diffstat (limited to 'devel/cbind/Makefile')
-rw-r--r-- | devel/cbind/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/cbind/Makefile b/devel/cbind/Makefile index bfbb66dd809d..1d30be264b31 100644 --- a/devel/cbind/Makefile +++ b/devel/cbind/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cbind -# Date created: 23 December 2002 -# Whom: David Holm <david@realityrift.com> -# +# Created by: David Holm <david@realityrift.com> # $FreeBSD$ -# PORTNAME= cbind PORTVERSION= 6 @@ -22,6 +18,7 @@ MAN1= cbind.1 ${WRKSRC}= ${WRKDIR}/${PORTNAME} +NO_STAGE= yes do-install: @${INSTALL_PROGRAM} ${WRKSRC}/cbind ${PREFIX}/bin @${INSTALL_PROGRAM} ${WRKSRC}/cbfe ${PREFIX}/bin |