diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 15:58:41 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 15:58:41 +0000 |
commit | 8e91f3161f9c1603aa8633d03faa39d0eb27baf5 (patch) | |
tree | ad09b4f24df8e2cf74670acb86a133957eb333d0 /cad/basicdsp/Makefile | |
parent | 2324655f200dcb66c0a26dc9f7ba34216e5a7c3f (diff) |
Notes
Diffstat (limited to 'cad/basicdsp/Makefile')
-rw-r--r-- | cad/basicdsp/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/cad/basicdsp/Makefile b/cad/basicdsp/Makefile index 28564ce9ee2e..1487ca232d06 100644 --- a/cad/basicdsp/Makefile +++ b/cad/basicdsp/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: basicdsp -# Date created: 4 August 2008 -# Whom: Diane Bruce <db@db.net> -# +# Created by: Diane Bruce <db@db.net> # $FreeBSD$ -# PORTNAME= basicdsp PORTVERSION= 1.01 @@ -25,6 +21,7 @@ WX_COMPS= wx wx:build wx:run PLIST_FILES= bin/basicdsp MAN1= basicdsp.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|%%WX_CONFIG%%|${WX_CONFIG}|g' ${WRKSRC}/Makefile |