summaryrefslogtreecommitdiff
path: root/misc/rpm/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-09-10 12:02:48 +0000
committerwiz <wiz@pkgsrc.org>2000-09-10 12:02:48 +0000
commit0f0e939fd7f0dcbcf899b50052cabe5d736047ac (patch)
treee1eaefb64112286814dfb11e6a1ad4efce6bf562 /misc/rpm/Makefile
parent17d46ea171db61382dfc60aa23495543b5335ec9 (diff)
downloadpkgsrc-0f0e939fd7f0dcbcf899b50052cabe5d736047ac.tar.gz
Add documentation for --initdb to manpage; mention its use in INSTALL,
and what to remove in DEINSTALL. Fixes pkg/8701 by Hauke Fath.
Diffstat (limited to 'misc/rpm/Makefile')
-rw-r--r--misc/rpm/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/misc/rpm/Makefile b/misc/rpm/Makefile
index aa7260ce5c1..8a8efd0d882 100644
--- a/misc/rpm/Makefile
+++ b/misc/rpm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2000/07/31 04:14:09 jlam Exp $
+# $NetBSD: Makefile,v 1.22 2000/09/10 12:02:48 wiz Exp $
#
DISTNAME= rpm-2.5.4
@@ -17,4 +17,7 @@ USE_GMAKE= yes
pre-install:
${MKDIR} ${PREFIX}/include/rpm
+post-install:
+ ${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL
+
.include "../../mk/bsd.pkg.mk"