diff options
author | demon <demon@FreeBSD.org> | 2002-09-22 02:04:50 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2002-09-22 02:04:50 +0800 |
commit | 8d6cbd5cf8222edf834a9bc21cf94f978d389d01 (patch) | |
tree | 2b720cbd3c5682635cb8622075b5f908ef187784 /math/glpk/Makefile | |
parent | 03e81f3321ec5cd20cc9aa4cea77fd21e30c1ab5 (diff) | |
download | freebsd-ports-gnome-8d6cbd5cf8222edf834a9bc21cf94f978d389d01.tar.gz freebsd-ports-gnome-8d6cbd5cf8222edf834a9bc21cf94f978d389d01.tar.zst freebsd-ports-gnome-8d6cbd5cf8222edf834a9bc21cf94f978d389d01.zip |
Update to 3.2.1 and unbreak.
Approved by: will
Diffstat (limited to 'math/glpk/Makefile')
-rw-r--r-- | math/glpk/Makefile | 8 |
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 |