diff options
author | wxs <wxs@FreeBSD.org> | 2009-02-25 05:14:10 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2009-02-25 05:14:10 +0800 |
commit | 79e64f5dce92707124e86f61d63a94f8d7c44030 (patch) | |
tree | bc9536f46bacec6bbf22f8fd50927d38534f3998 /palm | |
parent | 729b866e72e94c61b2851208cddc3d7e67ab2989 (diff) | |
download | freebsd-ports-graphics-79e64f5dce92707124e86f61d63a94f8d7c44030.tar.gz freebsd-ports-graphics-79e64f5dce92707124e86f61d63a94f8d7c44030.tar.zst freebsd-ports-graphics-79e64f5dce92707124e86f61d63a94f8d7c44030.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)
Diffstat (limited to 'palm')
-rw-r--r-- | palm/palmpower/Makefile | 18 | ||||
-rw-r--r-- | palm/palmpower/pkg-descr | 4 | ||||
-rw-r--r-- | palm/palmpower/pkg-plist | 3 |
3 files changed, 7 insertions, 18 deletions
diff --git a/palm/palmpower/Makefile b/palm/palmpower/Makefile index e1b9ab8e304..6d24be9a213 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 96403c464c8..2df26369678 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 5a7f2726142..00000000000 --- a/palm/palmpower/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/pila -bin/pilotdis -bin/splitprc |