aboutsummaryrefslogtreecommitdiff
path: root/math/glpk/Makefile
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2002-09-21 18:04:50 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2002-09-21 18:04:50 +0000
commitfd26da09d73c05bb38dd98a41a2398b773791f10 (patch)
treec3bad081d12813e0a2dfb7bb3973332d1b7d851e /math/glpk/Makefile
parenta84636f067b6d9a42d10e493a9e800777909f728 (diff)
downloadports-fd26da09d73c05bb38dd98a41a2398b773791f10.tar.gz
ports-fd26da09d73c05bb38dd98a41a2398b773791f10.zip
Update to 3.2.1 and unbreak.
Approved by: will
Notes
Notes: svn path=/head/; revision=67015
Diffstat (limited to 'math/glpk/Makefile')
-rw-r--r--math/glpk/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/math/glpk/Makefile b/math/glpk/Makefile
index 99cb51e1bf92..a0f8115ace2e 100644
--- a/math/glpk/Makefile
+++ b/math/glpk/Makefile
@@ -6,24 +6,22 @@
#
PORTNAME= glpk
-PORTVERSION= 3.2
+PORTVERSION= 3.2.1
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= glpk
MAINTAINER= demon@FreeBSD.org
-BROKEN= "Does not install"
-
GNU_CONFIGURE= yes
-DOCFILES= lang refman
+DOCFILES= lang.ps refman.ps bench.txt brcut.txt
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
for file in ${DOCFILES} ; do \
- ${INSTALL_DATA} ${WRKSRC}/$$file.ps ${DOCSDIR} ; \
+ ${INSTALL_DATA} ${WRKSRC}/doc/$$file ${DOCSDIR} ; \
done
.endif