diff options
author | jmmv <jmmv> | 2003-07-30 10:41:22 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-07-30 10:41:22 +0000 |
commit | 632abc2b3fc3e828f05ad4e75bf502e1251314a7 (patch) | |
tree | 8d44bc684a059c25aa5901c859a5d4248049006d /editors/jed | |
parent | 2a5d9360437c80e78fd47afb8484073918cf324f (diff) | |
download | pkgsrc-632abc2b3fc3e828f05ad4e75bf502e1251314a7.tar.gz |
Set USE_PKGINSTALL instead of directly including bsd.pkg.install.mk.
Diffstat (limited to 'editors/jed')
-rw-r--r-- | editors/jed/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/jed/Makefile.common b/editors/jed/Makefile.common index ae7d2be2d74..c726c008423 100644 --- a/editors/jed/Makefile.common +++ b/editors/jed/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1 2003/04/05 21:34:14 wiz Exp $ +# $NetBSD: Makefile.common,v 1.2 2003/07/30 10:41:22 jmmv Exp $ # DISTNAME= jed-0.99-16 CATEGORIES= editors @@ -13,6 +13,7 @@ MAINTAINER= joerg@gmx.net HOMEPAGE= http://www.jedsoft.org/jed/ USE_BUILDLINK2= yes +USE_PKGINSTALL= yes GNU_CONFIGURE= yes EGDIR= ${PREFIX}/share/examples/jed @@ -24,5 +25,4 @@ post-install: ${INSTALL_DATA_DIR} ${EGDIR} ${INSTALL_DATA} ${WRKSRC}/lib/jed.conf ${EGDIR} -.include "../../mk/bsd.pkg.install.mk" .include "../../devel/libslang/buildlink2.mk" |