diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2010-08-25 13:00:05 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2010-08-25 13:00:05 +0000 |
commit | dcf4e0fb33ad9fbbc631a5f86fa4faa0ec5a48e5 (patch) | |
tree | 1412b26a7ef42bef62d92e37cdc371a65d619dc7 /games | |
parent | 14ac5bc0664b041c07f217b5cdb66a77a3ccc81f (diff) |
- Removes potential non-free files to avoid legal issues
- Bump portrevision
Approved by: mentors (implicit)
Obtained from: debian #496618
Notes
Notes:
svn path=/head/; revision=259968
Diffstat (limited to 'games')
-rw-r--r-- | games/viruskiller/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/viruskiller/Makefile b/games/viruskiller/Makefile index 835a7616447c..aa07bdf9c2f9 100644 --- a/games/viruskiller/Makefile +++ b/games/viruskiller/Makefile @@ -7,6 +7,7 @@ PORTNAME= viruskiller PORTVERSION= 1.03 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://www.parallelrealities.co.uk/download/viruskiller/ DISTNAME= ${PORTNAME}-${PORTVERSION}-1 @@ -26,6 +27,9 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAKEFILE= makefile post-patch: + # Remove non-free restricted files: + ${RM} -f ${WRKSRC}/music/* ${WRKSRC}/sound/* + .if defined(NOPORTDOCS) @${REINPLACE_CMD} -e "s|^.*install.*DOCS.*||g" \ -e "s|^.*mkdir.*DOCDIR.*||g" \ |