summaryrefslogtreecommitdiff
path: root/editors/fe/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/fe/Makefile')
-rw-r--r--editors/fe/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/editors/fe/Makefile b/editors/fe/Makefile
index d766b8b6400..ed7855b42ca 100644
--- a/editors/fe/Makefile
+++ b/editors/fe/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2007/11/20 11:08:50 rillig Exp $
+# $NetBSD: Makefile,v 1.12 2008/01/12 04:17:38 bjs Exp $
-DISTNAME= fe-1.6
-PKGREVISION= 1
+DISTNAME= fe-1.8
CATEGORIES= editors
MASTER_SITES= http://www.moria.de/~michael/fe/
@@ -9,6 +8,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.moria.de/~michael/fe/
COMMENT= Folding editor
+PKG_DESTDIR_SUPPORT= user-destdir
+
GNU_CONFIGURE= yes
USE_TOOLS+= msgfmt
BROKEN_GETTEXT_DETECTION= yes
@@ -16,8 +17,8 @@ BROKEN_GETTEXT_DETECTION= yes
INSTALLATION_DIRS= share/doc/fe
post-install:
- ${INSTALL_DATA} ${WRKSRC}/fe.ps ${PREFIX}/share/doc/fe/fe.ps
- ${INSTALL_DATA} ${WRKSRC}/feref.ps ${PREFIX}/share/doc/fe/feref.ps
+ ${INSTALL_DATA} ${WRKSRC}/fe.ps ${DESTDIR}${PREFIX}/share/doc/fe/fe.ps
+ ${INSTALL_DATA} ${WRKSRC}/feref.ps ${DESTDIR}${PREFIX}/share/doc/fe/feref.ps
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/curses.buildlink3.mk"