diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-11-18 20:45:52 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-11-18 20:45:52 +0000 |
commit | 2ced301f05260082222fe0669cdae8af9a7fe710 (patch) | |
tree | c4e7b1272398aa84dfa35f3dceb8a332c81c322d /x11-wm/peksystray/Makefile | |
parent | 6f83c42353538e72af12f8ae6a72358e0fa6165f (diff) | |
download | ports-2ced301f05260082222fe0669cdae8af9a7fe710.tar.gz ports-2ced301f05260082222fe0669cdae8af9a7fe710.zip |
Notes
Diffstat (limited to 'x11-wm/peksystray/Makefile')
-rw-r--r-- | x11-wm/peksystray/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/x11-wm/peksystray/Makefile b/x11-wm/peksystray/Makefile index 7e6580f86931..92272145149e 100644 --- a/x11-wm/peksystray/Makefile +++ b/x11-wm/peksystray/Makefile @@ -6,7 +6,7 @@ # PORTNAME= peksystray -PORTVERSION= 0.2 +PORTVERSION= 0.2.1 CATEGORIES= x11-wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,12 +14,10 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A system tray dockapp similar to the GNOME notification area applet -GNU_CONFIGURE= yes USE_X_PREFIX= yes +GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} PLIST_FILES= bin/peksystray -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin - .include <bsd.port.mk> |