summaryrefslogtreecommitdiff
path: root/textproc/bibclean/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/bibclean/Makefile')
-rw-r--r--textproc/bibclean/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/textproc/bibclean/Makefile b/textproc/bibclean/Makefile
index c42a953b2ed..fcb84c9d205 100644
--- a/textproc/bibclean/Makefile
+++ b/textproc/bibclean/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2006/03/04 21:30:45 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2008/06/20 01:09:37 joerg Exp $
#
DISTNAME= bibclean-2.11.4
@@ -11,12 +11,14 @@ HOMEPAGE= http://www.math.utah.edu/pub/bibclean/
COMMENT= Prettyprinter and syntax checker for BibTeX bibliography databases
PKG_INSTALLATION_TYPES= overwrite pkgviews
+PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= c c++
GNU_CONFIGURE= YES
+INSTALLATION_DIRS= share/doc/bibclean
+
post-install:
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/bibclean
- ${INSTALL_DATA} ${WRKSRC}/doc/bibclean.dvi ${PREFIX}/share/doc/bibclean/
+ ${INSTALL_DATA} ${WRKSRC}/doc/bibclean.dvi ${DESTDIR}${PREFIX}/share/doc/bibclean/
.include "../../mk/bsd.pkg.mk"