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/gdt | |
parent | 2324655f200dcb66c0a26dc9f7ba34216e5a7c3f (diff) |
Notes
Diffstat (limited to 'cad/gdt')
-rw-r--r-- | cad/gdt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cad/gdt/Makefile b/cad/gdt/Makefile index ad02683d0f66..55571d303b2a 100644 --- a/cad/gdt/Makefile +++ b/cad/gdt/Makefile @@ -17,6 +17,7 @@ SHEBANG_FILES= Examples/gdsinfo Examples/scalegds WRKSRC= ${WRKDIR}/${PORTNAME:U}-${PORTVERSION} PLIST_FILES= bin/gdsinfo bin/gds2gdt bin/gdt2gds bin/scalegds +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},' \ ${WRKSRC}/Examples/gdsinfo ${WRKSRC}/Examples/scalegds |