diff options
author | jakllsch <jakllsch@pkgsrc.org> | 2014-09-20 18:13:29 +0000 |
---|---|---|
committer | jakllsch <jakllsch@pkgsrc.org> | 2014-09-20 18:13:29 +0000 |
commit | 320a3f49833f58a071ee57e327c48614690a92f6 (patch) | |
tree | 2ea2c7dd1ac527d251ea3e0cb2606900b4533f45 | |
parent | 0bfc6ad86f6e5b6b68ccd2b6e6fe227892d81aec (diff) | |
download | pkgsrc-320a3f49833f58a071ee57e327c48614690a92f6.tar.gz |
fix path in snobol post-build target
-rw-r--r-- | lang/snobol/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/snobol/Makefile b/lang/snobol/Makefile index 6b66f9b6175..bf62d33835a 100644 --- a/lang/snobol/Makefile +++ b/lang/snobol/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2014/07/06 18:25:31 jakllsch Exp $ +# $NetBSD: Makefile,v 1.30 2014/09/20 18:13:29 jakllsch Exp $ # DISTNAME= snobol4-1.3 @@ -38,7 +38,7 @@ MAKE_JOBS_SAFE= NO post-build: ${CP} ${WRKSRC}/doc/head ${WRKSRC}/doc/tutorial - tar -Ozxf ${DISTDIR}/vanilla.tar.gz vanilla/snobol4.man >> ${WRKSRC}/doc/tutorial + tar -Ozxf ${DISTDIR}/${DIST_SUBDIR}/vanilla.tar.gz vanilla/snobol4.man >> ${WRKSRC}/doc/tutorial ${GZIP_CMD} ${WRKSRC}/doc/tutorial post-install: |