diff options
author | agc <agc@pkgsrc.org> | 1998-06-22 12:44:29 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-06-22 12:44:29 +0000 |
commit | daa3dd519ae7d2f2b965e1cc9ca7cd78fa7ad24c (patch) | |
tree | e293f6a477a8a77c5c37ad9f0769b3e49cd83158 /misc/rpm | |
parent | 5aa5bdafe4c00759989f571dcedb711d708fbfd0 (diff) | |
download | pkgsrc-daa3dd519ae7d2f2b965e1cc9ca7cd78fa7ad24c.tar.gz |
Update package Makefiles for automatic manual page handling.
Diffstat (limited to 'misc/rpm')
-rw-r--r-- | misc/rpm/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/rpm/Makefile b/misc/rpm/Makefile index 3471cbf32bc..155e0e75c51 100644 --- a/misc/rpm/Makefile +++ b/misc/rpm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 1998/05/23 15:42:59 tv Exp $ +# $NetBSD: Makefile,v 1.12 1998/06/22 12:52:34 agc Exp $ # DISTNAME= rpm-2.4.12 @@ -12,7 +12,6 @@ BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:../../databases/gdbm GNU_CONFIGURE= yes USE_GMAKE= yes -MAN8= rpm.8 rpm2cpio.8 pre-install: ${MKDIR} ${PREFIX}/include/rpm |