diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-05-24 12:30:48 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-05-24 12:30:48 +0000 |
commit | 142a9db9bf589ba94443386c33118de190a95bfe (patch) | |
tree | 84be8b9a930332c0d228156e3c44737905436fd8 /emulators/vpce | |
parent | Make it fetchable again (diff) |
- Make it fetchable again [1]
- Respect DOCSDIR
- Remove 2 lines pkg-plist
PR: ports/97659 [1]
Submitted by: Martin Wilke <freebsd@unixfreunde.de> [1]
Diffstat (limited to 'emulators/vpce')
-rw-r--r-- | emulators/vpce/Makefile | 8 | ||||
-rw-r--r-- | emulators/vpce/pkg-plist | 2 |
2 files changed, 6 insertions, 4 deletions
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 <bsd.port.mk> 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 |