Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/wm/amiwm/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/wm/amiwm/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.22 retrieving revision 1.23 diff -u -p -r1.22 -r1.23 --- pkgsrc/wm/amiwm/Makefile 2008/04/25 02:16:11 1.22 +++ pkgsrc/wm/amiwm/Makefile 2008/06/12 02:14:53 1.23 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2008/04/25 02:16:11 reed Exp $ +# $NetBSD: Makefile,v 1.23 2008/06/12 02:14:53 joerg Exp $ # DISTNAME= amiwm0.20pl48 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.lysator.liu.se/~marcus/amiwm.html COMMENT= X window manager with Amiga look and feel +PKG_DESTDIR_SUPPORT= user-destdir + LICENSE= amiwm-license RESTRICTED= Restrictive copyright (non-commerical use only) NO_SRC_ON_CDROM= ${RESTRICTED} @@ -31,6 +33,11 @@ CONFIGURE_ENV+= X_EXTRA_LIBS=-lXt X_PRE_LIBS= ${COMPILER_RPATH_FLAG}${X11BASE}/lib FIX_RPATH+= X_PRE_LIBS +INSTALLATION_DIRS= bin + +INSTALL_MAKE_FLAGS+= prefix=${DESTDIR}${PREFIX} \ + mandir=${DESTDIR}${PREFIX}/${PKGMANDIR} + .include "../../x11/libXext/buildlink3.mk" .include "../../x11/libXmu/buildlink3.mk" .include "../../x11/xextproto/buildlink3.mk"