diff options
author | frueauf <frueauf> | 1998-12-30 10:02:33 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1998-12-30 10:02:33 +0000 |
commit | 14615456c74bdcaeb04416b488c7fd54c7e36573 (patch) | |
tree | a789ba8d2e91a453823bcc03502cd55fdf15ce87 /misc/plan/Makefile | |
parent | 4581a97c7f254d80bb2573a20e8932877e06054b (diff) | |
download | pkgsrc-14615456c74bdcaeb04416b488c7fd54c7e36573.tar.gz |
- pkglint: move WRKSRC where it belongs
- add patch for correct timezone handling, provided in pr 6687 by
Jarkko Torppa.
Diffstat (limited to 'misc/plan/Makefile')
-rw-r--r-- | misc/plan/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/plan/Makefile b/misc/plan/Makefile index 64fa3230c19..92d184d4212 100644 --- a/misc/plan/Makefile +++ b/misc/plan/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1 1998/09/04 08:09:53 frueauf Exp $ +# $NetBSD: Makefile,v 1.2 1998/12/30 10:02:33 frueauf Exp $ # DISTNAME= plan-1.7.2 +WRKSRC= ${WRKDIR}/src CATEGORIES= misc x11 MASTER_SITES= ftp://ftp.fu-berlin.de/pub/unix/graphics/plan/ @@ -10,7 +11,6 @@ HOMEPAGE= http://www.in-berlin.de/User/bitrot/plan.html USE_MOTIF= YES -WRKSRC= ${WRKDIR}/src ALL_TARGET= netbsd pre-install: |