Nicholas Marriott [2007-06-10, 22:23:25]:
> > You should s/${LOCALBASE}/${PREFIX}
>
> Okay, thanks. Updated diff below.
>
> -- Nicholas.
>
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/x11/pekwm/Makefile,v
> retrieving revision 1.8
> diff -u -p -r1.8 Makefile
> --- Makefile 29 Oct 2006 18:16:55 -0000 1.8
> +++ Makefile 10 Jun 2007 21:13:20 -0000
> @@ -2,11 +2,11 @@
>
> COMMENT= "aewm++ based pretty themable window manager"
>
> -DISTNAME= pekwm-0.1.5
> -PKGNAME= ${DISTNAME}p0
> +DISTNAME= pekwm-0.1.6
> CATEGORIES= x11
>
> HOMEPAGE= http://pekwm.org/
> +MAINTAINER= Nicholas Marriott <[EMAIL PROTECTED]>
>
> # GPL
> PERMIT_PACKAGE_CDROM= Yes
> @@ -14,14 +14,15 @@ PERMIT_PACKAGE_FTP= Yes
> PERMIT_DISTFILES_CDROM= Yes
> PERMIT_DISTFILES_FTP= Yes
>
> -WANTLIB= ICE SM X11 Xext Xft Xpm Xrandr Xrender \
> - c fontconfig freetype m stdc++
> +WANTLIB= ICE SM X11 Xext Xft Xpm Xrandr Xrender Xau Xdmcp Xinerama \
> + expat z c fontconfig freetype m stdc++
>
> MASTER_SITES= ${HOMEPAGE}files/
>
> USE_X11= Yes
> CONFIGURE_STYLE= simple
> -CONFIGURE_ARGS+= --prefix=${LOCALBASE} --sysconfdir=${SYSCONFDIR}
> +CONFIGURE_ARGS+= --prefix=${PREFIX} --sysconfdir=${SYSCONFDIR} \
> + --mandir=${PREFIX}/man --enable-xinerama
You should use CONFIGURE_STYLE=gnu, which passes 3 of the above arguments.