diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2008-06-05 20:29:26 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2008-06-05 20:29:26 +0000 |
commit | 84cc246896f3d4268d288a0cbd244f310e3d3443 (patch) | |
tree | ea48e257f307e4d5327c4d48b64ecccc44eb57ea | |
parent | 52a66cd6e0e15f83d57b15abae065bc72fec84e0 (diff) | |
download | ports-84cc246896f3d4268d288a0cbd244f310e3d3443.tar.gz ports-84cc246896f3d4268d288a0cbd244f310e3d3443.zip |
Notes
-rw-r--r-- | archivers/liborange/Makefile | 6 | ||||
-rw-r--r-- | archivers/orange/Makefile | 6 | ||||
-rw-r--r-- | palm/synce-kde/Makefile | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/archivers/liborange/Makefile b/archivers/liborange/Makefile index 45bc44b6fe26..43daa055ef53 100644 --- a/archivers/liborange/Makefile +++ b/archivers/liborange/Makefile @@ -7,9 +7,9 @@ PORTNAME= orange PORTVERSION= 0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= archivers -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= SF MASTER_SITE_SUBDIR= synce MAINTAINER= ports@logvinov.com @@ -17,7 +17,7 @@ COMMENT= Extract Microsoft Cabinet files from self-extracting installers LIB_DEPENDS= synce.0:${PORTSDIR}/palm/synce-libsynce \ rapi.2:${PORTSDIR}/palm/synce-librapi2 \ - dynamite.0:${PORTSDIR}/archivers/dynamite \ + dynamite.0:${PORTSDIR}/archivers/libdynamite \ unshield.0:${PORTSDIR}/archivers/unshield USE_AUTOTOOLS= libtool:15 diff --git a/archivers/orange/Makefile b/archivers/orange/Makefile index 45bc44b6fe26..43daa055ef53 100644 --- a/archivers/orange/Makefile +++ b/archivers/orange/Makefile @@ -7,9 +7,9 @@ PORTNAME= orange PORTVERSION= 0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= archivers -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= SF MASTER_SITE_SUBDIR= synce MAINTAINER= ports@logvinov.com @@ -17,7 +17,7 @@ COMMENT= Extract Microsoft Cabinet files from self-extracting installers LIB_DEPENDS= synce.0:${PORTSDIR}/palm/synce-libsynce \ rapi.2:${PORTSDIR}/palm/synce-librapi2 \ - dynamite.0:${PORTSDIR}/archivers/dynamite \ + dynamite.0:${PORTSDIR}/archivers/libdynamite \ unshield.0:${PORTSDIR}/archivers/unshield USE_AUTOTOOLS= libtool:15 diff --git a/palm/synce-kde/Makefile b/palm/synce-kde/Makefile index ef9681849b11..62136e1077d2 100644 --- a/palm/synce-kde/Makefile +++ b/palm/synce-kde/Makefile @@ -6,9 +6,9 @@ PORTNAME= synce-kde PORTVERSION= 0.9.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= palm -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= SF MASTER_SITE_SUBDIR= synce MAINTAINER= araujo@FreeBSD.org @@ -17,7 +17,7 @@ COMMENT= SynCE KDE Utilities LIB_DEPENDS+= synce.0:${PORTSDIR}/palm/synce-libsynce \ rapi.2:${PORTSDIR}/palm/synce-librapi2 \ rra.0:${PORTSDIR}/palm/synce-rra \ - dynamite.0:${PORTSDIR}/archivers/dynamite \ + dynamite.0:${PORTSDIR}/archivers/libdynamite \ orange.0:${PORTSDIR}/archivers/orange \ unshield.0:${PORTSDIR}/archivers/unshield |