diff options
author | seb <seb@pkgsrc.org> | 2003-08-07 15:36:23 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-08-07 15:36:23 +0000 |
commit | 04eeb16a1b6b98f4a26cf491a92a8dc312389f64 (patch) | |
tree | dad7e58c83fb19ac3d8f02a737415eea23533295 /net/arla | |
parent | b5e21147a55e4cd164e6d55b77fade20d011aa4b (diff) | |
download | pkgsrc-04eeb16a1b6b98f4a26cf491a92a8dc312389f64.tar.gz |
The INSTALL and DEINSTALL script were overlooked during the conversion
to USE_NEW_TEXINFO. So list them back in {DE,}INSTALL_EXTRA_TMPL.
Diffstat (limited to 'net/arla')
-rw-r--r-- | net/arla/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/arla/Makefile b/net/arla/Makefile index 5f36c8cb479..8c2693a24ab 100644 --- a/net/arla/Makefile +++ b/net/arla/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2003/08/03 09:55:38 seb Exp $ +# $NetBSD: Makefile,v 1.35 2003/08/07 15:36:23 seb Exp $ DISTNAME= arla-0.35.12 #PKGREVISION= @@ -59,6 +59,9 @@ CONF_FILES+= ${EGDIR}/ThisCell ${PKG_SYSCONFDIR}/ThisCell CONF_FILES+= ${EGDIR}/arla.conf ${PKG_SYSCONFDIR}/arla.conf OWN_DIRS_PERMS= ${ARLA_CACHE} ${ROOT_USER} ${ROOT_GROUP} 0700 +INSTALL_EXTRA_TMPL= ${.CURDIR}/INSTALL +DEINSTALL_EXTRA_TMPL= ${.CURDIR}/DEINSTALL + post-install: ${RM} -f ${EGDIR}/*.default ${SED} ${FILES_SUBST_SED} \ |