diff options
Diffstat (limited to 'math/gap/Makefile')
-rw-r--r-- | math/gap/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/gap/Makefile b/math/gap/Makefile index 460ef2b17195..1432cdbed4f3 100644 --- a/math/gap/Makefile +++ b/math/gap/Makefile @@ -26,6 +26,7 @@ GAP_LIBDIR= ${PREFIX}/lib/${GAP_VERSION} WRKSRC= ${WRKDIR}/${GAP_VERSION} PLIST_FILES= bin/gap +NO_STAGE= yes do-install: (${SED} -e "s:GAP_DIR=.*:GAP_DIR=${GAP_LIBDIR}:g" -e "s:GAP_PRG=.*:GAP_PRG=gap:g" ${WRKSRC}/bin/gap.sh > ${PREFIX}/bin/gap; \ ${CHMOD} 755 ${PREFIX}/bin/gap; ) |