diff options
author | rillig <rillig@pkgsrc.org> | 2020-05-01 21:32:32 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-05-01 21:32:32 +0000 |
commit | 2b4409e147121eff1e7ce5eb5770385d33019f7e (patch) | |
tree | d2d090de04a31d2e51fd266b257e2887043762a3 /net/grive2 | |
parent | 3f84b4c3009567591cd2f5ce98cfeee495bb5b0f (diff) | |
download | pkgsrc-2b4409e147121eff1e7ce5eb5770385d33019f7e.tar.gz |
net/grive2: remove nonexistent file from SUBST_FILES
Diffstat (limited to 'net/grive2')
-rw-r--r-- | net/grive2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/grive2/Makefile b/net/grive2/Makefile index 03f97342323..39a2f4f9594 100644 --- a/net/grive2/Makefile +++ b/net/grive2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2020/03/08 16:50:52 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2020/05/01 21:32:32 rillig Exp $ DISTNAME= grive2-0.4.1 PKGREVISION= 16 @@ -19,7 +19,7 @@ USE_LANGUAGES= c c++ SUBST_CLASSES+= manpath SUBST_MESSAGE.manpath= Fix manpath SUBST_STAGE.manpath= pre-configure -SUBST_FILES.manpath= bgrive/CMakeLists.txt grive/CMakeLists.txt +SUBST_FILES.manpath= grive/CMakeLists.txt SUBST_SED.manpath= -e 's,DESTINATION share/man,DESTINATION ${PKGMANDIR},g' .include "../../security/libgcrypt/buildlink3.mk" |