diff options
author | tv <tv@pkgsrc.org> | 1999-05-24 20:39:35 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1999-05-24 20:39:35 +0000 |
commit | 5c60ed579430954635a901b457a1fe4128eaca47 (patch) | |
tree | 65bbd73001946c26475423bf378f0a1854ed3cb6 /comms/xisp | |
parent | 42a1a676be446ce3279f0baeeda7b3dcc1002c13 (diff) | |
download | pkgsrc-5c60ed579430954635a901b457a1fe4128eaca47.tar.gz |
Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM
pattern match format. Minor pkglint along the way.
Diffstat (limited to 'comms/xisp')
-rw-r--r-- | comms/xisp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/comms/xisp/Makefile b/comms/xisp/Makefile index 674f84543fc..8ce30e8eb79 100644 --- a/comms/xisp/Makefile +++ b/comms/xisp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1999/04/16 20:27:16 jlam Exp $ +# $NetBSD: Makefile,v 1.6 1999/05/24 20:39:36 tv Exp $ # DISTNAME= xisp-2.5p4 @@ -12,9 +12,9 @@ HOMEPAGE= http://users.hol.gr/~dbouras/ DEPENDS+= xforms-0.88:../../x11/xforms DEPENDS+= xpm-3.4k:../../graphics/xpm -ONLY_FOR_ARCHS= arm32 i386 m68k sparc ns32k +ONLY_FOR_PLATFORM= NetBSD-*-{arm32,i386,m68k,sparc,ns32k} -USE_X11BASE= yes +USE_X11BASE= post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xisp |