diff options
author | minskim <minskim@pkgsrc.org> | 2004-06-02 15:43:09 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-06-02 15:43:09 +0000 |
commit | 4115f91ae0d7ae5c395efef7da9c622acd5a4a6f (patch) | |
tree | fc5fa9c2b78d8bec43c5846719549002a059158d /wm/wmx | |
parent | 15ea658235ba24b010e075cc956e4fa0ad3a044c (diff) | |
download | pkgsrc-4115f91ae0d7ae5c395efef7da9c622acd5a4a6f.tar.gz |
Enable pkgviews installation. Patches provided by Joachim Kuebart on
tech-pkg@.
Diffstat (limited to 'wm/wmx')
-rw-r--r-- | wm/wmx/Makefile.common | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/wm/wmx/Makefile.common b/wm/wmx/Makefile.common index df29cdc6487..e8e92845119 100644 --- a/wm/wmx/Makefile.common +++ b/wm/wmx/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.9 2004/06/02 15:38:00 minskim Exp $ +# $NetBSD: Makefile.common,v 1.10 2004/06/02 15:43:09 minskim Exp $ DISTNAME= wmx-6 WMX_VERS= 6.0 @@ -11,6 +11,8 @@ HOMEPAGE= http://www.all-day-breakfast.com/wmx/ CONFLICTS+= wmx-[0-9]* wmx-gnome-[0-9]* +PKG_INSTALLATION_TYPES= overwrite pkgviews + USE_BUILDLINK3= yes USE_X11BASE= # defined USE_GCC_SHLIB= # defined @@ -21,6 +23,8 @@ DISTINFO_FILE= ${.CURDIR}/../../wm/wmx/distinfo PATCHDIR= ${.CURDIR}/../../wm/wmx/patches PLIST_SRC= ${.CURDIR}/../../wm/wmx/PLIST +INSTALLATION_DIRS= bin + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wmx ${PREFIX}/bin ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/wmx |