Index: Makefile =================================================================== --- Makefile (revision 476175) +++ Makefile (working copy) @@ -2,6 +2,7 @@ PORTNAME= singular PORTVERSION= 4.1.1 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/SOURCES/4-1-1/ @@ -14,7 +15,7 @@ LIB_DEPENDS= libgmp.so:math/gmp \ libmpfr.so:math/mpfr -USES= gmake libtool perl5 pkgconfig shebangfix +USES= gmake libtool ncurses perl5 pkgconfig shebangfix USE_PERL5= build USE_LDCONFIG= yes GNU_CONFIGURE= yes @@ -23,4 +24,10 @@ SHEBANG_FILES= libpolys/libpolys-config.in \ libsingular-config.in +# not a shebang but "/bin/bash" is hardcoded in some files +post-patch: + @${REINPLACE_CMD} -e "s|/bin/bash|${LOCALBASE}/bin/bash|g" \ + ${WRKSRC}/emacs/.emacs-general + + .include