diff options
Diffstat (limited to 'editors/ted/Makefile')
-rw-r--r-- | editors/ted/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/editors/ted/Makefile b/editors/ted/Makefile index b1ed208ffb5..934af3b04e8 100644 --- a/editors/ted/Makefile +++ b/editors/ted/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2004/12/28 23:18:18 reed Exp $ +# $NetBSD: Makefile,v 1.23 2005/02/23 04:09:51 minskim Exp $ DISTNAME= ted-2.16.src PKGNAME= ted-2.16 @@ -11,6 +11,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.nllgg.nl/Ted/ COMMENT= X11 based WordPad-like word processor +PKG_INSTALLATION_TYPES= overwrite pkgviews + WRKSRC= ${WRKDIR}/Ted-2.16 USE_BUILDLINK3= YES USE_X11BASE= YES @@ -41,6 +43,8 @@ MAKE_ENV+= DEF_PKGDIR='-DPKGDIR=\"${PREFIX}\"' \ BUILD_TARGET= compile.shared INSTALL_TARGET= install.shared +INSTALLATION_DIRS= bin lib/X11/app-defaults + post-extract: @cd ${WRKSRC} ; ${GTAR} xf tedPackage/TedBindist.tar |