- Make it fetchable again [1]

- Respect DOCSDIR
- Remove 2 lines pkg-plist

PR:		ports/97659 [1]
Submitted by:	Martin Wilke <freebsd@unixfreunde.de> [1]
This commit is contained in:
Renato Botelho 2006-05-24 12:30:48 +00:00
parent 8fc5d2d842
commit 142a9db9bf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=163275
2 changed files with 6 additions and 4 deletions

View file

@ -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>

View file

@ -1,2 +0,0 @@
bin/xvpce
share/doc/README.vpce