diff options
author | garga <garga@FreeBSD.org> | 2006-05-24 20:30:48 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-05-24 20:30:48 +0800 |
commit | 5074b61f6b51bcde7c0216276a0717f49a90f010 (patch) | |
tree | 7419237999d7a61c28817ab154243fbf21b26846 | |
parent | 55115d93213e7bd86e1422d2aae884e4526bfd55 (diff) | |
download | freebsd-ports-graphics-5074b61f6b51bcde7c0216276a0717f49a90f010.tar.gz freebsd-ports-graphics-5074b61f6b51bcde7c0216276a0717f49a90f010.tar.zst freebsd-ports-graphics-5074b61f6b51bcde7c0216276a0717f49a90f010.zip |
- Make it fetchable again [1]
- Respect DOCSDIR
- Remove 2 lines pkg-plist
PR: ports/97659 [1]
Submitted by: Martin Wilke <freebsd@unixfreunde.de> [1]
-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 aba5b388bda..1802b971b71 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 d9e9ba2c15c..00000000000 --- a/emulators/vpce/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/xvpce -share/doc/README.vpce |