diff options
Diffstat (limited to 'net/unison/Makefile')
-rw-r--r-- | net/unison/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/unison/Makefile b/net/unison/Makefile index f2404ae0676..56fd9a5ef9b 100644 --- a/net/unison/Makefile +++ b/net/unison/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2004/01/05 11:28:52 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2004/01/20 12:22:22 agc Exp $ DISTNAME= src PKGNAME= unison-2.9.1 PKGREVISION= 1 -WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} CATEGORIES= net MASTER_SITES= http://www.cis.upenn.edu/~bcpierce/unison/download/stable/latest/ @@ -16,6 +15,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews DIST_SUBDIR= ${PKGNAME_NOREV} # docs: unison-manual.pdf/html/ps/dvi +WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} USE_BUILDLINK3= yes USE_GMAKE= yes MAKE_FLAGS+= CFLAGS="" UISTYLE=text |