blob: d19ed37ef0d11f1d339fe77a414adb5b663aebd5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile,v 1.7 2003/07/17 21:49:58 grant Exp $
#
DISTNAME= tds-1.4.2
CATEGORIES= misc www japanese
MASTER_SITES= http://tds.dive-in.to/dist/stable/
MAINTAINER= kei@NetBSD.org
HOMEPAGE= http://tds.dive-in.to/
COMMENT= web diary system
USE_PERL5= YES
GNU_CONFIGURE= YES
NO_BUILD= YES
post-patch:
@${FIND} ${WRKSRC} -type f -name '*.orig' | ${XARGS} ${RM} -f
.include "../../mk/bsd.pkg.mk"
|