aboutsummaryrefslogtreecommitdiff
path: root/palm
diff options
context:
space:
mode:
authorWesley Shields <wxs@FreeBSD.org>2009-02-24 21:14:10 +0000
committerWesley Shields <wxs@FreeBSD.org>2009-02-24 21:14:10 +0000
commitef2a37bea0679fe35d0eee241f56d354c13fe6ac (patch)
tree78f61bf7552786a566f099c565ceadaa2f3a960f /palm
parenta074a1ab448db0d515f87826da1a4dab2c05907a (diff)
downloadports-ef2a37bea0679fe35d0eee241f56d354c13fe6ac.tar.gz
ports-ef2a37bea0679fe35d0eee241f56d354c13fe6ac.zip
- Old MASTER_SITES are dead, switch to newer ones
- Move to using PLIST_FILES - Update pkg-descr to use a more helpful URL PR: ports/132026 Submitted by: Steven Kreuzer <skreuzer@exit2shell.com> Approved by: Glen Barber <glen.j.barber@gmail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=229017
Diffstat (limited to 'palm')
-rw-r--r--palm/palmpower/Makefile18
-rw-r--r--palm/palmpower/pkg-descr4
-rw-r--r--palm/palmpower/pkg-plist3
3 files changed, 7 insertions, 18 deletions
diff --git a/palm/palmpower/Makefile b/palm/palmpower/Makefile
index e1b9ab8e304a..6d24be9a2134 100644
--- a/palm/palmpower/Makefile
+++ b/palm/palmpower/Makefile
@@ -9,13 +9,9 @@ PORTNAME= palmpower
PORTVERSION= 1.0.2
PORTREVISION= 1
CATEGORIES= palm
-#
-# The original MASTER_SITE has disappeared:
-# http://www.fh-wilhelmshaven.de/~akcaagaa/palmpower/files/
-# It can be downloaded via
-# http://mxlab.com/files/palm/devel/
-# but that site doesn't allow direct HTTP transfers.
-#
+MASTER_SITES= http://ftp.linux.in.th/palm/develope/ \
+ http://ftp.ksu.edu.tw/FTP/FreeBSD/distfiles/ \
+ ${MASTER_SITE_OPENBSD}
MAINTAINER= glen.j.barber@gmail.com
COMMENT= Disassembler and other tools for PalmOS binaries
@@ -25,11 +21,7 @@ USE_GMAKE= yes
MAN1= pilotdis.1
-.include <bsd.port.pre.mk>
-
-.if !exists(${DISTDIR}/${DISTNAME}.${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING)
-IGNORE= "Please fetch http://mxlab.com/files/palm/devel/palmpower-1.0.2.tar.gz manually and store it in ${DISTDIR}"
-.endif
+PLIST_FILES= bin/pila bin/pilotdis bin/splitprc
post-build:
cd ${WRKSRC}/utils; ${CC} ${CFLAGS} -o splitprc splitprc.c
@@ -40,4 +32,4 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/utils/splitprc ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/man/pilotdis.1 ${PREFIX}/man/man1
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/palm/palmpower/pkg-descr b/palm/palmpower/pkg-descr
index 96403c464c84..2df26369678c 100644
--- a/palm/palmpower/pkg-descr
+++ b/palm/palmpower/pkg-descr
@@ -2,9 +2,9 @@ Disassembler and other tools for PalmOS binaries.
The package consists of:
pilotdis - PalmOS binaries disassembler
-pila - PalmOS assembler, resource compiler and linker
+pila - PalmOS assembler, resource compiler and linker
splitprc - PRC file splitter
-Old WWW-site: http://www.fh-wilhelmshaven.de/~akcaagaa/palmpower/
+WWW: http://www.freshports.org/palm/palmpower/
--Roman Shterenzon <roman@xpert.com>
diff --git a/palm/palmpower/pkg-plist b/palm/palmpower/pkg-plist
deleted file mode 100644
index 5a7f27261424..000000000000
--- a/palm/palmpower/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-bin/pila
-bin/pilotdis
-bin/splitprc