diff options
author | Herve Quiroz <hq@FreeBSD.org> | 2004-12-19 03:36:28 +0000 |
---|---|---|
committer | Herve Quiroz <hq@FreeBSD.org> | 2004-12-19 03:36:28 +0000 |
commit | 8621166892fafadac64b386001bf8a0641654ebb (patch) | |
tree | 4be2ebab77e5885ed162d30885e9a1246f99b97d /textproc/jdictionary-int-eng | |
parent | 3e21b3c022d38a3d8d32957eb75551e02ad628ed (diff) | |
download | ports-8621166892fafadac64b386001bf8a0641654ebb.tar.gz ports-8621166892fafadac64b386001bf8a0641654ebb.zip |
Notes
Diffstat (limited to 'textproc/jdictionary-int-eng')
-rw-r--r-- | textproc/jdictionary-int-eng/Makefile | 25 | ||||
-rw-r--r-- | textproc/jdictionary-int-eng/pkg-plist | 2 |
2 files changed, 4 insertions, 23 deletions
diff --git a/textproc/jdictionary-int-eng/Makefile b/textproc/jdictionary-int-eng/Makefile index 860f34b37581..0d5a70097875 100644 --- a/textproc/jdictionary-int-eng/Makefile +++ b/textproc/jdictionary-int-eng/Makefile @@ -6,30 +6,13 @@ # PORTNAME= jdictionary-int-eng -PORTVERSION= 1.0 -PORTREVISION= 1 +PORTVERSION= 1.0 +PORTREVISION= 2 CATEGORIES= textproc -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR=jdictionary DISTNAME= Smart_Interlingua_English-1_0.jar -EXTRACT_SUFX= # -MAINTAINER= janos.mohacsi@bsd.hu COMMENT= JDictionary plugin: Interlingua-English dictionary -RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper \ - ${LOCALBASE}/etc/javavms:${PORTSDIR}/java/jdk13 \ - jdictionary:${PORTSDIR}/textproc/jdictionary +MASTERDIR= ${.CURDIR}/../../textproc/jdictionary -EXTRACT_CMD= ${CP} -EXTRACT_BEFORE_ARGS= -EXTRACT_AFTER_ARGS= ${WRKDIR} -NO_BUILD=y - -do-install: - @if [ ! -d ${PREFIX}/share/java/classes/jdictionary/Plugins ]; then \ - ${MKDIR} ${PREFIX}/share/java/classes/jdictionary/Plugins; fi - ${CP} ${WRKDIR}/${DISTFILES} \ - ${PREFIX}/share/java/classes/jdictionary/Plugins/ - -.include <bsd.port.mk> +.include "${MASTERDIR}/Makefile.plugin" diff --git a/textproc/jdictionary-int-eng/pkg-plist b/textproc/jdictionary-int-eng/pkg-plist deleted file mode 100644 index be068477a95e..000000000000 --- a/textproc/jdictionary-int-eng/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -share/java/classes/jdictionary/Plugins/Smart_Interlingua_English-1_0.jar -@unexec rmdir %D/share/java/classes/jdictionary/Plugins || true |