diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-04-16 12:56:58 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-04-16 12:56:58 +0000 |
commit | 29ca3dfb18494d3fb9531f7f320a0ba08893f49e (patch) | |
tree | a256ff17f8420175839851ec04b383529dac50cc /math/wmcalc/Makefile | |
parent | 4eb39f8af8d38f6d4860623cb209a92bfce9b07a (diff) | |
download | ports-29ca3dfb18494d3fb9531f7f320a0ba08893f49e.tar.gz ports-29ca3dfb18494d3fb9531f7f320a0ba08893f49e.zip |
Update MD5 checksum:
* Author rearranged the Makefile (and recompiled the linked objects
contained within the DISTFILE)
Update Makefile patch (patch-aa) to reflect the above changes
Add 'clean' to ALL_TARGET so we do not link with the author's precompiled
objects in the DISTFILE (FreeBSD's linker doesn't like Linux object
files).
Notes
Notes:
svn path=/head/; revision=27656
Diffstat (limited to 'math/wmcalc/Makefile')
-rw-r--r-- | math/wmcalc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/wmcalc/Makefile b/math/wmcalc/Makefile index 7b8ab7d8f61d..8e451ee18b32 100644 --- a/math/wmcalc/Makefile +++ b/math/wmcalc/Makefile @@ -14,7 +14,7 @@ MAINTAINER= jedgar@FreeBSD.org LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm -ALL_TARGET= wmcalc +ALL_TARGET= clean wmcalc USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/wmcalc |