diff options
author | minskim <minskim@pkgsrc.org> | 2004-05-31 16:47:47 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-05-31 16:47:47 +0000 |
commit | 101b04ee1152ba900fed912850e695ff5b4592d4 (patch) | |
tree | c68874ff86a33cf9d7290b552a8933e80275f8c2 /misc | |
parent | 4f098b48ff51609eec3df6a8cab4d02a6777438d (diff) | |
download | pkgsrc-101b04ee1152ba900fed912850e695ff5b4592d4.tar.gz |
Enable pkgviews installation. Patches provided by Joachim Kuebart on
tech-pkg@.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/dialog/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/misc/dialog/Makefile b/misc/dialog/Makefile index 089661bafc3..c64365378af 100644 --- a/misc/dialog/Makefile +++ b/misc/dialog/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2004/04/24 22:46:11 jlam Exp $ +# $NetBSD: Makefile,v 1.25 2004/05/31 16:47:48 minskim Exp $ DISTNAME= dialog-0.6z PKGREVISION= 2 @@ -13,10 +13,14 @@ USE_GNU_TOOLS+= make INCOMPAT_CURSES= NetBSD-1.5* NetBSD-1.6[-_.]* NetBSD-1.6[A-P]-* +PKG_INSTALLATION_TYPES= overwrite pkgviews + EGDIR= ${PREFIX}/share/examples/dialog EGFILES= checklist guage infobox inputbox menubox msgbox EGFILES+= radiolist textbox yesno +INSTALLATION_DIRS= bin man/man1 + post-install: ${INSTALL_DATA_DIR} ${EGDIR} cd ${WRKSRC}/samples; for file in ${EGFILES}; do \ |