pkgsrc/lang/sr-examples/Makefile
rillig eb9e1def3b pax(1), like tar(1), likes to strip leading slashes from pathnames. So the
better way is to change to the destination directory first and to extract
the files there. Removed BROKEN_IN, bumped PKGREVISION.
2006-02-17 18:40:33 +00:00

31 lines
752 B
Makefile

# $NetBSD: Makefile,v 1.7 2006/02/17 18:40:33 rillig Exp $
#
DISTNAME= vs233
PKGNAME= sr-examples-2.3.3
PKGREVISION= 1
CATEGORIES= lang parallel
MASTER_SITES= ftp://ftp.cs.arizona.edu/sr/
EXTRACT_SUFX= .tar.Z
MAINTAINER= is@NetBSD.org
HOMEPAGE= http://www.cs.arizona.edu/sr/
COMMENT= The SR language compiler and run time system
WRKSRC= ${WRKDIR}
NO_EXTRACT= yes
NO_CONFIGURE= yes
NO_BUILD= yes
### Use the second line below for installing if you want to make print-PLIST!
DOMOD=
#DOMOD=-pm
do-install:
${INSTALL_DATA_DIR} ${PREFIX:Q}/share/examples/sr
cd ${PREFIX:Q}/share/examples/sr && \
${PAX} -zr ${DOMOD} -f ${DISTDIR:Q}/${DISTFILES:Q} \
-s ,vsuite/examples,., \
vsuite/examples
.include "../../mk/bsd.pkg.mk"