diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2000-08-12 07:43:15 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2000-08-12 07:43:15 +0000 |
commit | 9a06384187b5086e7ff7f23e48e240f544eac919 (patch) | |
tree | 0c1b3478cb7ecb4b52cd2e84c38cfc8169434651 /x11-clocks/wmitime/Makefile | |
parent | (1) xemacs-faq.info-6 doesn't exist. (diff) |
- Support X11BASE properly
- Remove USE_GMAKE
- WindowMaker -> Window Maker
PR: 20552
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=31559
Diffstat (limited to 'x11-clocks/wmitime/Makefile')
-rw-r--r-- | x11-clocks/wmitime/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/x11-clocks/wmitime/Makefile b/x11-clocks/wmitime/Makefile index 65e7cb69eabf..562b286876c8 100644 --- a/x11-clocks/wmitime/Makefile +++ b/x11-clocks/wmitime/Makefile @@ -12,13 +12,9 @@ MASTER_SITES= http://www.neotokyo.org/illusion/downloads/ MAINTAINER= jim@FreeBSD.org -USE_GMAKE= yes -USE_X_PREFIX= yes -USE_XPM= yes - WRKSRC= ${WRKDIR}/wmitime/wmitime -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/wmitime ${PREFIX}/bin +USE_X_PREFIX= yes +USE_XPM= yes .include <bsd.port.mk> |