diff options
author | joerg <joerg@pkgsrc.org> | 2009-02-07 16:53:46 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-02-07 16:53:46 +0000 |
commit | a75e8ad4112b258e441c021c9a4785d4962b9d95 (patch) | |
tree | 34af695e3976633292b3de928bf63ff453834330 /net | |
parent | f6ecd7d0094ed4ec094da3764ec0526c00320fd5 (diff) | |
download | pkgsrc-a75e8ad4112b258e441c021c9a4785d4962b9d95.tar.gz |
DESTDIR support. Fix build with newer NetBSD.
Diffstat (limited to 'net')
-rw-r--r-- | net/yale-tftpd/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net/yale-tftpd/Makefile b/net/yale-tftpd/Makefile index b50f7a5bf18..9b93c6ee7f7 100644 --- a/net/yale-tftpd/Makefile +++ b/net/yale-tftpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2007/10/02 20:23:07 heinz Exp $ +# $NetBSD: Makefile,v 1.17 2009/02/07 16:53:46 joerg Exp $ DISTNAME= yale-tftpd-3.0 PKGREVISION= 4 @@ -8,6 +8,10 @@ MASTER_SITES= ftp://ftp.cert.dfn.de/pub/tools/net/yale-tftpd/ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Enhanced tftpd(8) from Yale University and cisco Systems +PKG_DESTDIR_SUPPORT= user-destdir + +USE_BSD_MAKEFILE= yes + WRKSRC= ${WRKDIR} CFLAGS.FreeBSD+= -DHAVE_STRERROR |