fa3a17c064
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Categories P-S. CR: D422 Approved by: portmgr (bapt)
22 lines
408 B
Makefile
22 lines
408 B
Makefile
# Created by: Sergey A. Osokin <osa@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ccd2iso
|
|
PORTVERSION= 0.9
|
|
PORTREVISION?= 1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= SF/${PORTNAME}/OldFiles
|
|
DISTNAME= ${PORTNAME}
|
|
|
|
MAINTAINER= osa@FreeBSD.org
|
|
COMMENT= CloneCD to ISO converter
|
|
|
|
PLIST_FILES= bin/ccd2iso
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/src/ccd2iso ${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|