diff options
author | mharo <mharo@FreeBSD.org> | 2000-03-21 15:54:24 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-03-21 15:54:24 +0800 |
commit | 26b7981880be911e5a6fbe8557b5bb4156719cd3 (patch) | |
tree | 492461d842c7eddd2e54dea69b8d1d071f6512ef /textproc/xml4j/Makefile | |
parent | fea0045ccf2435bf5f508222e0c3707161cd5ad2 (diff) | |
download | freebsd-ports-gnome-26b7981880be911e5a6fbe8557b5bb4156719cd3.tar.gz freebsd-ports-gnome-26b7981880be911e5a6fbe8557b5bb4156719cd3.tar.zst freebsd-ports-gnome-26b7981880be911e5a6fbe8557b5bb4156719cd3.zip |
portlint:
PREFIX -> LOCALBASE
move variables to proper sections
Diffstat (limited to 'textproc/xml4j/Makefile')
-rw-r--r-- | textproc/xml4j/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/xml4j/Makefile b/textproc/xml4j/Makefile index 129bb8536ef3..f17fe346bc7d 100644 --- a/textproc/xml4j/Makefile +++ b/textproc/xml4j/Makefile @@ -8,14 +8,14 @@ DISTNAME= xml4J_3_0_0EA3 PKGNAME= xml4j-3.0.0e3 -WRKSRC= ${WRKDIR}/XML4J_3_0_0EA3 CATEGORIES= textproc MASTER_SITES= http://www.alphaworks.ibm.com/tech/xml4j/ MAINTAINER= kuriyama@FreeBSD.org -RUN_DEPENDS= ${PREFIX}/share/java/classes/jfc-1.1.1/swing.jar:${PORTSDIR}/java/jfc +RUN_DEPENDS= ${LOCALBASE}/share/java/classes/jfc-1.1.1/swing.jar:${PORTSDIR}/java/jfc +WRKSRC= ${WRKDIR}/XML4J_3_0_0EA3 RESTRICTED= "License prohibites distribute." NO_BUILD= YES |