aboutsummaryrefslogtreecommitdiffstats
path: root/devel/st/Makefile
diff options
context:
space:
mode:
authortobez <tobez@FreeBSD.org>2002-06-07 04:25:01 +0800
committertobez <tobez@FreeBSD.org>2002-06-07 04:25:01 +0800
commitb3cc1c2ee8dd778d643b9a361c043fedccf36158 (patch)
tree5bf272a46b69ba4527fa0c1adcf000a65c5d7d66 /devel/st/Makefile
parentb938fe72670a857245bea0c5a4e183617b6dc752 (diff)
downloadfreebsd-ports-graphics-b3cc1c2ee8dd778d643b9a361c043fedccf36158.tar.gz
freebsd-ports-graphics-b3cc1c2ee8dd778d643b9a361c043fedccf36158.tar.zst
freebsd-ports-graphics-b3cc1c2ee8dd778d643b9a361c043fedccf36158.zip
Update to 1.3.
Diffstat (limited to 'devel/st/Makefile')
-rw-r--r--devel/st/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/st/Makefile b/devel/st/Makefile
index f6df40af130..8e51dbd87ca 100644
--- a/devel/st/Makefile
+++ b/devel/st/Makefile
@@ -6,10 +6,9 @@
#
PORTNAME= st
-PORTVERSION= 1.2
+PORTVERSION= 1.3
CATEGORIES= devel
-MASTER_SITES= http://oss.sgi.com/projects/state-threads/download/ \
- ftp://oss.sgi.com/www/projects/state-threads/download/ \
+MASTER_SITES= http://telia.dl.sourceforge.net/sourceforge/state-threads/ \
http://www.tobez.org/download/port-mirrors/devel/st/
MAINTAINER= tobez@FreeBSD.org
@@ -18,7 +17,7 @@ INSTALLS_SHLIB= yes
.include <bsd.port.pre.mk>
-pre-patch:
+post-patch:
@${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/examples/Makefile
@${CP} ${FILESDIR}/Makefile.main ${WRKSRC}/Makefile
@${CP} ${FILESDIR}/Makefile.examples ${WRKSRC}/examples/Makefile