diff options
author | minskim <minskim> | 2006-05-15 09:17:14 +0000 |
---|---|---|
committer | minskim <minskim> | 2006-05-15 09:17:14 +0000 |
commit | 9ea8d5be5e4a2fe13acbdc17845e59a56ea20540 (patch) | |
tree | 76c37fbaf153bcbdc9cdf1873e2f38ceef472474 /security/heimdal | |
parent | 3fc66d5f82ea63f8f9dab28b34ac4c6487f852e9 (diff) | |
download | pkgsrc-9ea8d5be5e4a2fe13acbdc17845e59a56ea20540.tar.gz |
Linux does not have glob.h and vis.h compatible with heimdal, so heimdal
installs its own glob.h and vis.h. Add them to PLIST.Linux.
Bump PKGREVISION.
Diffstat (limited to 'security/heimdal')
-rw-r--r-- | security/heimdal/Makefile | 3 | ||||
-rw-r--r-- | security/heimdal/PLIST.Linux | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile index 399b8dfe1ba..3e942a36702 100644 --- a/security/heimdal/Makefile +++ b/security/heimdal/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.57 2006/05/06 01:05:51 minskim Exp $ +# $NetBSD: Makefile,v 1.58 2006/05/15 09:17:14 minskim Exp $ DISTNAME= heimdal-0.7.2 +PKGREVISION= 1 CATEGORIES= security MASTER_SITES= ftp://ftp.pdc.kth.se/pub/heimdal/src/ \ ftp://ftp.sunet.se/pub/unix/admin/mirror-pdc/heimdal/src/ diff --git a/security/heimdal/PLIST.Linux b/security/heimdal/PLIST.Linux new file mode 100644 index 00000000000..903f3e36bd3 --- /dev/null +++ b/security/heimdal/PLIST.Linux @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST.Linux,v 1.1 2006/05/15 09:17:14 minskim Exp $ +include/krb5/glob.h +include/krb5/vis.h |