diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-03-21 07:54:24 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-03-21 07:54:24 +0000 |
commit | 82ec6aae64a032354d01663122c3a2593a18ea30 (patch) | |
tree | 42ec565ae515a0be463e8577d4e79dc27c230eaa /textproc/xml4j | |
parent | 1694d50ee9c89f199d17613c3a50a0c22243ba4d (diff) | |
download | ports-82ec6aae64a032354d01663122c3a2593a18ea30.tar.gz ports-82ec6aae64a032354d01663122c3a2593a18ea30.zip |
portlint:
PREFIX -> LOCALBASE
move variables to proper sections
Notes
Notes:
svn path=/head/; revision=26902
Diffstat (limited to 'textproc/xml4j')
-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 |