diff options
author | rillig <rillig> | 2005-12-02 11:49:06 +0000 |
---|---|---|
committer | rillig <rillig> | 2005-12-02 11:49:06 +0000 |
commit | 6ac09d0b36478297ead0d3ba841e1a13817c37cc (patch) | |
tree | 99d24270defc6f79415cc326c29aee7e41bea3d4 /games/fortune-strfile | |
parent | 4f4bf35d3b7b4bfcec1ff1748615e1e93c2150be (diff) | |
download | pkgsrc-6ac09d0b36478297ead0d3ba841e1a13817c37cc.tar.gz |
Removed the ONLY_FOR_PLATFORM=NetBSD-*. The package probably works
elsewhere, too.
Diffstat (limited to 'games/fortune-strfile')
-rw-r--r-- | games/fortune-strfile/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/games/fortune-strfile/Makefile b/games/fortune-strfile/Makefile index 2b30eaa68fa..5a1806de489 100644 --- a/games/fortune-strfile/Makefile +++ b/games/fortune-strfile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/01/20 12:15:40 agc Exp $ +# $NetBSD: Makefile,v 1.7 2005/12/02 11:49:06 rillig Exp $ DISTNAME= fortune-strfile-0 CATEGORIES= games @@ -10,9 +10,6 @@ COMMENT= Tool to prepare a fortune database WRKSRC= ${WRKDIR} NO_CHECKSUM= yes -# we depend on the "make" infrastructure -ONLY_FOR_PLATFORM= NetBSD-* - do-extract: ${CP} ${FILESDIR}/strfile.* ${FILESDIR}/Makefile ${WRKSRC} |