diff options
author | Frank J. Laszlo <laszlof@FreeBSD.org> | 2006-11-08 12:55:59 +0000 |
---|---|---|
committer | Frank J. Laszlo <laszlof@FreeBSD.org> | 2006-11-08 12:55:59 +0000 |
commit | 7a6d1b993095b36db06d9d3d8409aaacba9e75cb (patch) | |
tree | 4d4e52152ff6894ae8760c47dc4427d231b34970 /math/ump/Makefile | |
parent | 2736d5243e241c24d5265051443ca930b47c61ad (diff) |
Notes
Diffstat (limited to 'math/ump/Makefile')
-rw-r--r-- | math/ump/Makefile | 21 |
1 files changed, 3 insertions, 18 deletions
diff --git a/math/ump/Makefile b/math/ump/Makefile index 59977b9199f8..073b1ae52460 100644 --- a/math/ump/Makefile +++ b/math/ump/Makefile @@ -6,11 +6,10 @@ # PORTNAME= ump -PORTVERSION= 0.8.4 +PORTVERSION= 0.8.5 CATEGORIES= math -MASTER_SITES= http://home.swipnet.se/${PORTNAME}/downloads/ \ - http://nivi.interfree.it/distfiles/${PORTNAME}/ -DISTFILES= ${PORTNAME}-${PORTVERSION}-src${EXTRACT_SUFX} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= u-m-p MAINTAINER= nivit@email.it COMMENT= A graphical, easy to use math program @@ -33,11 +32,6 @@ MAKE_ENV+= CXX="${CXX}" CC="${CC}" DATADIR="${DATADIR}" \ FIND_DIRS= -type d FIND_DATA= -type f -.if !defined(NOPORTDOCS) -DOCSDIST= ${PORTNAME}-${PORTVERSION}-doc -DISTFILES+= ${PORTNAME}-documentation${EXTRACT_SUFX} -.endif - .include <bsd.port.pre.mk> .if ${OSVERSION} < 503000 @@ -53,13 +47,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/ump.conf ${PREFIX}/etc .endif -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - cd ${WRKDIR}/${DOCSDIST} && ${FIND} . ${FIND_DIRS} \ - -exec ${MKDIR} ${DOCSDIR}/{} \; - cd ${WRKDIR}/${DOCSDIST} && ${FIND} . ${FIND_DATA} \ - -exec ${INSTALL_DATA} {} ${DOCSDIR} \; - -.endif - .include <bsd.port.post.mk> |