diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2000-11-13 15:07:02 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2000-11-13 15:07:02 +0000 |
commit | 87d15f3e3c59e4966560f1fae8d57b3ad621dfc9 (patch) | |
tree | 3811572e250882151fedf59c8b663e0262d501b2 /x11-wm/ude/Makefile | |
parent | Support CFLAGS/MAKE properly (diff) |
Update to version 0.2.7b-BETA.
PR: 22817
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=35087
Diffstat (limited to 'x11-wm/ude/Makefile')
-rw-r--r-- | x11-wm/ude/Makefile | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/x11-wm/ude/Makefile b/x11-wm/ude/Makefile index f0582ce6e561..a862aedfdfd5 100644 --- a/x11-wm/ude/Makefile +++ b/x11-wm/ude/Makefile @@ -6,12 +6,12 @@ # PORTNAME= ude -PORTVERSION= 0.2.7.1 +PORTVERSION= 0.2.7b.1 CATEGORIES= x11-wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://ude.the-coffeeshop.dk/pub/UDE/ MASTER_SITE_SUBDIR= udeproject -DISTNAME= ${PORTNAME}-0.2.7-BETA +DISTNAME= ${PORTNAME}-0.2.7b-BETA MAINTAINER= ports@FreeBSD.org @@ -23,4 +23,16 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lintl" +post-install: +.if !defined(NOPORTDOCS) + @${MKDIR} ${PREFIX}/share/doc/ude + ${INSTALL_DATA} ${WRKSRC}/doc/*.lyx ${PREFIX}/share/doc/ude + ${INSTALL_DATA} ${WRKSRC}/doc/*.tex ${PREFIX}/share/doc/ude + ${INSTALL_DATA} ${WRKSRC}/doc/*.txt ${PREFIX}/share/doc/ude + @${MKDIR} ${PREFIX}/share/doc/ude/html + ${INSTALL_DATA} ${WRKSRC}/doc/html/*.html ${PREFIX}/share/doc/ude/html + @${MKDIR} ${PREFIX}/share/doc/ude/html/uwm + ${INSTALL_DATA} ${WRKSRC}/doc/html/uwm/*.html ${PREFIX}/share/doc/ude/html/uwm +.endif + .include <bsd.port.mk> |