diff options
author | Maho Nakata <maho@FreeBSD.org> | 2004-11-24 07:27:46 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2004-11-24 07:27:46 +0000 |
commit | 33ce68846ade6cfd5aa14f7aa3321eeb8e16c292 (patch) | |
tree | 6770035ce0ed5a785644c1bac75c59c6fa0da634 /devel/epm/Makefile | |
parent | make it buildable with WITH_DRAC=yes, again (diff) |
Fix:
epm installs a number of files that are not listed in the plist
Submitted by: kris via pointy hat
Notes
Notes:
svn path=/head/; revision=122287
Diffstat (limited to 'devel/epm/Makefile')
-rw-r--r-- | devel/epm/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/epm/Makefile b/devel/epm/Makefile index b2573673c4f7..f24eacc7b285 100644 --- a/devel/epm/Makefile +++ b/devel/epm/Makefile @@ -19,7 +19,9 @@ COMMENT= A free UNIX software/file packaging program WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_BZIP2= yes GNU_CONFIGURE= yes +USE_AUTOCONF_VER= 259 MAN1= epm.1 epminstall.1 mkepmlist.1 setup.1 MAN5= epm.list.5 setup.types.5 .include <bsd.port.mk> + |