diff options
author | martti <martti@pkgsrc.org> | 2010-02-24 12:37:04 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2010-02-24 12:37:04 +0000 |
commit | 6217e7102b6d0f62e8ee865d51f515e807551662 (patch) | |
tree | 4c22a5c8ea3b9abb27c0dbe192c77285203108c7 /wm/fvwm-devel/Makefile | |
parent | d03001172f2e9be87136dd0a28f36eed669ccabc (diff) | |
download | pkgsrc-6217e7102b6d0f62e8ee865d51f515e807551662.tar.gz |
Use the MAINTAINER from the Makefile as the source address for bug reports.
Requested by Joerg Sonnenberger in a private mail.
Diffstat (limited to 'wm/fvwm-devel/Makefile')
-rw-r--r-- | wm/fvwm-devel/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/wm/fvwm-devel/Makefile b/wm/fvwm-devel/Makefile index 01a91252389..501c6bfe3ca 100644 --- a/wm/fvwm-devel/Makefile +++ b/wm/fvwm-devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2009/09/22 07:53:28 martti Exp $ +# $NetBSD: Makefile,v 1.32 2010/02/24 12:37:04 martti Exp $ DISTNAME= fvwm-${FVWM_VER} #PKGREVISION= 1 @@ -51,6 +51,12 @@ SUBST_FILES.perl+= modules/FvwmScript/Scripts/FvwmScript-ComExample SUBST_FILES.perl+= modules/FvwmScript/Scripts/FvwmScript-Setup95 SUBST_SED.perl= -e "s|${TOOLS_CMD.perl}|${PERL5}|" +SUBST_CLASSES+= mail +SUBST_STAGE.mail= post-patch +SUBST_MESSAGE.mail= Fixing mail address +SUBST_FILES.mail+= bin/fvwm-bug.in +SUBST_SED.mail= -e "s|@MAINTAINER@|${MAINTAINER}|" + post-install: cd ${WRKSRC}/sample.fvwmrc && ${INSTALL_DATA} \ `ls | grep -v Makefile` ${DESTDIR}${PREFIX}/share/examples/fvwm |