diff options
author | rillig <rillig@pkgsrc.org> | 2020-06-21 22:21:02 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-06-21 22:21:02 +0000 |
commit | ae69237cad9a837c7e79f739517ae8b5dc1c8dca (patch) | |
tree | f80ac392b6d1f0b2f9c179854dea61bd7faf6fb0 /math/hs-nats | |
parent | 9173b686242387f7e3c50d9300f412af7f008e44 (diff) | |
download | pkgsrc-ae69237cad9a837c7e79f739517ae8b5dc1c8dca.tar.gz |
mk/haskell.mk: fix PLIST generation for Haskell packages
The package textproc/hs-cgrep does not install a Haskell library. This
was unexpected to mk/haskell.mk, which generated an obviously wrong PLIST
file for that package, and for 3 other packages.
Noticed by wiz.
Diffstat (limited to 'math/hs-nats')
-rw-r--r-- | math/hs-nats/PLIST | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/math/hs-nats/PLIST b/math/hs-nats/PLIST index 80396ebcb96..50a1d55054c 100644 --- a/math/hs-nats/PLIST +++ b/math/hs-nats/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2020/05/13 04:53:16 rillig Exp $ -${HS_DOCS}${HS_IMPL}${HS_INTF}/package-description -${HS_DOCS}${HS_IMPL}${HS_INTF}/package-id -${HS_DOCS}${HS_IMPL}share/doc/x86_64-netbsd-ghc-8.8.1/nats-${PKGVERSION}/LICENSE +@comment $NetBSD: PLIST,v 1.4 2020/06/21 22:21:03 rillig Exp $ +${HS_INTF}/package-description +${HS_INTF}/package-id +share/doc/x86_64-netbsd-ghc-8.8.1/nats-${PKGVERSION}/LICENSE |