diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:23:18 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:23:18 +0000 |
commit | 1640537ad67a4e7c293de8c7bd81840e57ec6928 (patch) | |
tree | 4ecd721edd10b744a029d8fb947cbd73bc4f7b9b /ftp/gnustep-ftp/Makefile | |
parent | 4a65c836693c56cb403b7a0b47a9514037a4bcec (diff) | |
download | ports-1640537ad67a4e7c293de8c7bd81840e57ec6928.tar.gz ports-1640537ad67a4e7c293de8c7bd81840e57ec6928.zip |
Notes
Diffstat (limited to 'ftp/gnustep-ftp/Makefile')
-rw-r--r-- | ftp/gnustep-ftp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ftp/gnustep-ftp/Makefile b/ftp/gnustep-ftp/Makefile index a84488a4a475..3ee8f2ffa343 100644 --- a/ftp/gnustep-ftp/Makefile +++ b/ftp/gnustep-ftp/Makefile @@ -18,6 +18,7 @@ USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes USE_GNUSTEP_INSTALL= yes +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \ ${WRKSRC}/GNUmakefile |