diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-12-29 20:04:42 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-12-29 20:04:42 +0000 |
commit | 116ec22ac1e21a8ce6fe1cf302abb42bbcbbd6d3 (patch) | |
tree | 182c3e8b2fec5d158af1b14d92f30efeee781107 /print/foo2zjs | |
parent | Document django multiple vulnerabilities. (diff) |
- DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.
PR: ports/153292
Submitted by: myself (pgollucci)
Tested by: -exp run by pav
Approved by: portmgr (pav)
Notes
Notes:
svn path=/head/; revision=267133
Diffstat (limited to 'print/foo2zjs')
-rw-r--r-- | print/foo2zjs/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/print/foo2zjs/Makefile b/print/foo2zjs/Makefile index 68d75e9e07b9..87d6a8707f00 100644 --- a/print/foo2zjs/Makefile +++ b/print/foo2zjs/Makefile @@ -11,7 +11,6 @@ PORTREVISION= 4 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ ${MASTER_SITE_LOCAL:S,$,acm/${PORTNAME}/,} -DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= acm@FreeBSD.org COMMENT= Driver for printers that use the ZjStream wire protocol |