diff options
author | mef <mef@pkgsrc.org> | 2020-05-21 13:04:16 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2020-05-21 13:04:16 +0000 |
commit | 56c3bdd4c3688fb421b3a36135e967e44aa18ddb (patch) | |
tree | f6671dbb44dec7c1daabb050233791470a080b97 /comms | |
parent | 45d98b99f0edd80da784850f8c01ea0674c6ae8f (diff) | |
download | pkgsrc-56c3bdd4c3688fb421b3a36135e967e44aa18ddb.tar.gz |
(comms/obexapp) Build fix: Remove obexapp.1 obexapp.h from SUBST_FILES.paths
Diffstat (limited to 'comms')
-rw-r--r-- | comms/obexapp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/obexapp/Makefile b/comms/obexapp/Makefile index 81b554fde28..2acf803577b 100644 --- a/comms/obexapp/Makefile +++ b/comms/obexapp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2017/09/03 08:53:05 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2020/05/21 13:04:16 mef Exp $ # DISTNAME= obexapp-1.4.15 @@ -23,7 +23,7 @@ OWN_DIRS+= ${VARBASE}/spool/obex RCD_SCRIPTS+= obexapp SUBST_CLASSES+= paths -SUBST_FILES.paths= Makefile obexapp.1 obexapp.h +SUBST_FILES.paths= Makefile SUBST_STAGE.paths= post-configure SUBST_SED.paths+= -e "s|/usr/local/man|${PREFIX}|" SUBST_SED.paths+= -e "s|/usr/local|${PREFIX}|" |