summaryrefslogtreecommitdiff
path: root/misc/siag/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1999-03-05 01:52:32 +0000
committerhubertf <hubertf@pkgsrc.org>1999-03-05 01:52:32 +0000
commit4045f94634003b8c94dee335a3e986cf1a9c6e25 (patch)
tree2d49fa3e6da373323aec3a3c4132c06579f8067d /misc/siag/Makefile
parent09ce7eb75908bd843d6fa5711657a2313af4a6e5 (diff)
downloadpkgsrc-4045f94634003b8c94dee335a3e986cf1a9c6e25.tar.gz
update to 3.1.7
Diffstat (limited to 'misc/siag/Makefile')
-rw-r--r--misc/siag/Makefile15
1 files changed, 5 insertions, 10 deletions
diff --git a/misc/siag/Makefile b/misc/siag/Makefile
index 45ed49e0038..147aab8bc48 100644
--- a/misc/siag/Makefile
+++ b/misc/siag/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 1999/02/09 16:08:58 bad Exp $
+# $NetBSD: Makefile,v 1.5 1999/03/05 01:52:32 hubertf Exp $
-DISTNAME= siag-3.1.2
+DISTNAME= siag-3.1.7
CATEGORIES= misc textproc math
MASTER_SITES= ftp://ftp.edu.stockholm.se/pub/siag/
@@ -19,13 +19,8 @@ CFLAGS+= -Dunix
LDFLAGS+= -Wl,-R${X11BASE}/lib
STRIPFLAG=
-pre-configure:
- cd ${WRKSRC} ; \
- [ -f topdir.mk.BAK ] || ${MV} topdir.mk topdir.mk.BAK ; \
- ${SED} \
- -e 's|^\(SIAG_HOME\)=.*$$|\1="${PREFIX}/lib/siag"|g' \
- -e 's|^\(SIAG_DOCS\)=.*$$|\1=${PREFIX}/share/siag|g' \
- -e 's|^\(CURSES\)=.*$$|\1=-lcurses -ltermcap|g' \
- <topdir.mk.BAK >topdir.mk
+post-install:
+ ${MV} ${PREFIX}/doc/siag ${PREFIX}/share/doc/siag
+ ${RMDIR} ${PREFIX}/doc
.include "../../mk/bsd.pkg.mk"