diff options
Diffstat (limited to 'emulators/gbe/Makefile')
-rw-r--r-- | emulators/gbe/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/emulators/gbe/Makefile b/emulators/gbe/Makefile index 1dbbe2dd121a..a6dfba3036a7 100644 --- a/emulators/gbe/Makefile +++ b/emulators/gbe/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gbe -# Date created: 16 April 2001 -# Whom: Yukihiro Nakai <nakai@FreeBSD.org> -# +# Created by: Yukihiro Nakai <nakai@FreeBSD.org> # $FreeBSD$ -# PORTNAME= gbe PORTVERSION= 0.0.22 @@ -24,6 +20,7 @@ PLIST_FILES= bin/gbe CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gbe ${PREFIX}/bin |