summaryrefslogtreecommitdiff
path: root/math/eukleides/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-04-05 23:01:15 +0000
committerjlam <jlam@pkgsrc.org>2006-04-05 23:01:15 +0000
commita4cbc72f584185583e33b49017522a326a053ef4 (patch)
tree4e07c14183f81fa76b20edb581fa96f647d4e8fe /math/eukleides/Makefile
parentab9e528a14707beb99c9d6a4c2e72fdae33dab0c (diff)
downloadpkgsrc-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/Makefile9
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"