diff options
author | steve <steve@FreeBSD.org> | 1999-06-30 07:14:36 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-06-30 07:14:36 +0800 |
commit | a5bbc1c0dacd3a678fcae2f52256f4275717c385 (patch) | |
tree | 861a2f7423a0f96fcdee78d0e261867736102a69 | |
parent | 757f24a121edc9218861bea2d0688d552f209dbd (diff) | |
download | freebsd-ports-graphics-a5bbc1c0dacd3a678fcae2f52256f4275717c385.tar.gz freebsd-ports-graphics-a5bbc1c0dacd3a678fcae2f52256f4275717c385.tar.zst freebsd-ports-graphics-a5bbc1c0dacd3a678fcae2f52256f4275717c385.zip |
Undo part of previous commit to put back the correct ${WRKSRC}.
-rw-r--r-- | java/tya/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/tya/Makefile b/java/tya/Makefile index 499588e36da..6cf8aaed927 100644 --- a/java/tya/Makefile +++ b/java/tya/Makefile @@ -3,7 +3,7 @@ # Date created: 16 May 1999 # Whom: jake@checker.org # -# $Id: Makefile,v 1.2 1999/06/28 02:22:39 billf Exp $ +# $Id: Makefile,v 1.3 1999/06/28 18:34:12 billf Exp $ # DISTNAME= tya13v2 @@ -16,7 +16,7 @@ MAINTAINER= jake@checker.org BUILD_DEPENDS= ${PREFIX}/jdk1.1.8/bin/java:${PORTSDIR}/java/jdk -WRKSRC= ${WRKDIR}/${PKGNAME} +WRKSRC= ${WRKDIR}/tya1.3v2 ONLY_FOR_ARCHS= i386 |