diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2003-09-09 08:56:53 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2003-09-09 08:56:53 +0000 |
commit | 47643c2237be02f2486e53c6f9a81290286c5de9 (patch) | |
tree | cdf34f366d09994fd55a43f0216f42e1acd30b95 /devel/buildtool/Makefile | |
parent | a3f735cb56f6ead2066ca1c404c6eda5bd98c561 (diff) |
Notes
Diffstat (limited to 'devel/buildtool/Makefile')
-rw-r--r-- | devel/buildtool/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/devel/buildtool/Makefile b/devel/buildtool/Makefile index 64248bfe41d2..3d867a73fcc9 100644 --- a/devel/buildtool/Makefile +++ b/devel/buildtool/Makefile @@ -6,7 +6,7 @@ # PORTNAME= buildtool -PORTVERSION= 0.12 +PORTVERSION= 0.14 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,15 +15,8 @@ MAINTAINER= sergei@kolobov.com COMMENT= A set of portable software build utilities HAS_CONFIGURE= yes -CONFIGURE_ARGS= -p ${PREFIX} +CONFIGURE_ARGS= -p ${PREFIX} -d ${DOCSDIR} MAN1= buildtool.1 -DOCS= CHANGES PEOPLE README TODO - -.if !defined(NOPORTDOCS) -post-install: - @${MKDIR} ${DOCSDIR} - cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} -.endif .include <bsd.port.mk> |