summaryrefslogtreecommitdiffstats
path: root/math/biggles/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/biggles/Makefile')
-rw-r--r--math/biggles/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/math/biggles/Makefile b/math/biggles/Makefile
index 946ecbc..2a4cfaf 100644
--- a/math/biggles/Makefile
+++ b/math/biggles/Makefile
@@ -10,8 +10,7 @@ PORTNAME= biggles
PORTVERSION= 1.6.4
PORTREVISION= 1
CATEGORIES= math
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
+MASTER_SITES= SF
DISTNAME= python2-${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
@@ -26,7 +25,7 @@ PYDISTUTILS_PKGNAME= python2-biggles
USE_LDCONFIG= yes
post-patch:
- @${REINPLACE_CMD} -e 's|/usr/X11R6|${X11BASE}|g' ${WRKSRC}/make.inc
- @${REINPLACE_CMD} -e 's|/usr/X11R6|${X11BASE}|g' ${WRKSRC}/setup.py
+ @${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|g' ${WRKSRC}/make.inc
+ @${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|g' ${WRKSRC}/setup.py
.include <bsd.port.mk>
OpenPOWER on IntegriCloud