From 142a9db9bf589ba94443386c33118de190a95bfe Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Wed, 24 May 2006 12:30:48 +0000 Subject: - Make it fetchable again [1] - Respect DOCSDIR - Remove 2 lines pkg-plist PR: ports/97659 [1] Submitted by: Martin Wilke [1] --- emulators/vpce/Makefile | 8 ++++++-- emulators/vpce/pkg-plist | 2 -- 2 files changed, 6 insertions(+), 4 deletions(-) delete mode 100644 emulators/vpce/pkg-plist (limited to 'emulators/vpce') diff --git a/emulators/vpce/Makefile b/emulators/vpce/Makefile index aba5b388bda7..1802b971b71c 100644 --- a/emulators/vpce/Makefile +++ b/emulators/vpce/Makefile @@ -8,7 +8,7 @@ PORTNAME= vpce PORTVERSION= 0.3f CATEGORIES= emulators -MASTER_SITES= http://www.geocities.com/SiliconValley/Way/3340/ +MASTER_SITES= http://freebsd.unixfreunde.de/sources/ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//}_freebsd EXTRACT_SUFX= .tgz @@ -21,10 +21,14 @@ NO_BUILD= yes STRIP= +PLIST_FILES= bin/xvpce +PORTDOCS= README + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xvpce_03f_freebsd ${PREFIX}/bin/xvpce .if !defined(NOPORTDOCS) - @ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/README.vpce + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif .include diff --git a/emulators/vpce/pkg-plist b/emulators/vpce/pkg-plist deleted file mode 100644 index d9e9ba2c15cb..000000000000 --- a/emulators/vpce/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/xvpce -share/doc/README.vpce -- cgit v1.2.3