diff options
Diffstat (limited to 'emulators/linux-ePSXe/Makefile')
-rw-r--r-- | emulators/linux-ePSXe/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/emulators/linux-ePSXe/Makefile b/emulators/linux-ePSXe/Makefile index 0ba785e9d395..e99df7ffce85 100644 --- a/emulators/linux-ePSXe/Makefile +++ b/emulators/linux-ePSXe/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: linux-ePSXe -# Date created: 21 Dec 2002 -# Whom: Jean-Yves Lefort <jylefort@brutele.be> -# +# Created by: Jean-Yves Lefort <jylefort@brutele.be> # $FreeBSD$ -# PORTNAME= epsxe PORTVERSION= 1.6.0 @@ -25,6 +21,7 @@ ONLY_FOR_ARCHS= i386 amd64 SUB_FILES= epsxe-wrapper +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKDIR}/epsxe-wrapper ${PREFIX}/bin/epsxe ${INSTALL_PROGRAM} ${WRKSRC}/epsxe ${PREFIX}/libexec |