e30760a745
the normal case, but matters in bulk builds in our new NO_MTREE order. Do all of the work in the package's install target, too.
16 lines
353 B
Makefile
16 lines
353 B
Makefile
# $NetBSD: Makefile,v 1.2 2007/05/13 15:34:05 agc Exp $
|
|
#
|
|
|
|
DISTNAME= u9fs-2.0.3
|
|
CATEGORIES= filesystems
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=v9fs/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://plan9.bell-labs.com/
|
|
COMMENT= Unix file server using the 9P protocol
|
|
|
|
WRKSRC= ${WRKDIR}/u9fs
|
|
|
|
MAKE_FILE= makefile
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|