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/Makefile | |
parent | 8fc5d2d842bbf768d622b4c7cad5750d7bcf77ff (diff) | |
download | ports-142a9db9bf589ba94443386c33118de190a95bfe.tar.gz ports-142a9db9bf589ba94443386c33118de190a95bfe.zip |
Notes
Diffstat (limited to 'emulators/vpce/Makefile')
-rw-r--r-- | emulators/vpce/Makefile | 8 |
1 files changed, 6 insertions, 2 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> |