diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 14:36:35 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 14:36:35 +0000 |
commit | 183c2ed74f9ba597bfdcd691c599804d7f5a3e4c (patch) | |
tree | c26e051ce9bb507a30f037e71492dd46999e8dee /audio/optimfrog/Makefile | |
parent | 74489ba18d448cba23df3964a916d5d92aafbefc (diff) |
Notes
Diffstat (limited to 'audio/optimfrog/Makefile')
-rw-r--r-- | audio/optimfrog/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/audio/optimfrog/Makefile b/audio/optimfrog/Makefile index 4ee0acbd60aa..7415e2b50908 100644 --- a/audio/optimfrog/Makefile +++ b/audio/optimfrog/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: optimfrog -# Date created: 22 July 2006 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# +# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> # $FreeBSD$ -# PORTNAME= optimfrog DISTVERSION= 4.520b1 @@ -19,6 +15,7 @@ ONLY_FOR_ARCHS= amd64 i386 NO_CDROM= No commercial use NO_BUILD= yes USE_LINUX= yes +NO_STAGE= yes USE_ZIP= yes PLIST_FILES= bin/off bin/ofr bin/ofs |