diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 20:55:04 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 20:55:04 +0000 |
commit | ce5e4570204c37f4ac986a2a6bc076aa911167d6 (patch) | |
tree | 1c069c3c993156dc583330fa958afbe99bb4966e /math/facile | |
parent | 8ac99398e2b62e1b10333d4c88ae273f4f0ed365 (diff) |
Notes
Diffstat (limited to 'math/facile')
-rw-r--r-- | math/facile/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/math/facile/Makefile b/math/facile/Makefile index 293972a9f9e5..89bb234e53b8 100644 --- a/math/facile/Makefile +++ b/math/facile/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: facile -# Date created: 2008-02-09 -# Whom: arved -# +# Created by: arved # $FreeBSD$ PORTNAME= facile @@ -20,6 +17,7 @@ HAS_CONFIGURE= yes USE_GMAKE= yes ALL_TARGET= compile +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e "s,make,${GMAKE},; \ s,cp,${INSTALL_DATA}," ${WRKSRC}/Makefile |