diff options
author | jlam <jlam@pkgsrc.org> | 2006-04-05 23:01:15 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-04-05 23:01:15 +0000 |
commit | a4cbc72f584185583e33b49017522a326a053ef4 (patch) | |
tree | 4e07c14183f81fa76b20edb581fa96f647d4e8fe /math/eukleides/Makefile | |
parent | ab9e528a14707beb99c9d6a4c2e72fdae33dab0c (diff) | |
download | pkgsrc-a4cbc72f584185583e33b49017522a326a053ef4.tar.gz |
List the info files directly in the PLIST and honor PKG{INFO,MAN}DIR.
Diffstat (limited to 'math/eukleides/Makefile')
-rw-r--r-- | math/eukleides/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/math/eukleides/Makefile b/math/eukleides/Makefile index c81d9c36878..04072cbaa91 100644 --- a/math/eukleides/Makefile +++ b/math/eukleides/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/04/05 22:35:50 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2006/04/05 23:01:15 jlam Exp $ DISTNAME= eukleides.1.0.1 PKGNAME= eukleides-1.0.1 @@ -14,6 +14,11 @@ DEPENDS+= pstoedit>=3.31:../../graphics/pstoedit BUILD_TARGET= eukleides USE_TOOLS+= bison gmake makeinfo -INFO_FILES= eukleides.info +INFO_FILES= # PLIST + +INSTALL_MAKE_FLAGS= ${MAKE_FLAGS} \ + BIN=${PREFIX:Q}/bin/ \ + INFO=${PREFIX:Q}/${PKGINFODIR:Q}/ \ + MAN=${PREFIX:Q}/${PKGMANDIR:Q}/man1/ .include "../../mk/bsd.pkg.mk" |