diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2007-04-01 09:45:03 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2007-04-01 09:45:03 +0000 |
commit | 61aab8801ce8278c76106947a1fc6560d8428768 (patch) | |
tree | f77f76713f5e020b829263d14022816136ba76ad /devel/autodist/Makefile | |
parent | 1912e1fdcf434e56f19146c9327b723cea169492 (diff) |
Notes
Diffstat (limited to 'devel/autodist/Makefile')
-rw-r--r-- | devel/autodist/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/autodist/Makefile b/devel/autodist/Makefile index 4378cd424f64..fdf87fe57bd3 100644 --- a/devel/autodist/Makefile +++ b/devel/autodist/Makefile @@ -6,7 +6,7 @@ # PORTNAME= autodist -PORTVERSION= 1.3 +PORTVERSION= 1.3.1 CATEGORIES= devel MASTER_SITES= http://silcnet.org/download/autodist/sources/ \ http://public.planetmirror.com/pub/silcnet/autodist/sources/ \ @@ -17,7 +17,7 @@ COMMENT= Distribution creation system GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} - +CONFIGURE_ARGS= --infodir=${PREFIX}/${INFO_PATH} --mandir=${MANPREFIX}/man USE_GMAKE= yes MAN1= autodist.1 |