mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
168f57451a
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category M. CR: D306 Approved by: portmgr (bapt)
22 lines
516 B
Makefile
22 lines
516 B
Makefile
# Created by: gmarco@giovannelli.it
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= delay
|
|
PORTVERSION= 1.6
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://onegeek.org/~tom/software/delay/dl/ \
|
|
http://utenti.gufi.org/~gmarco/files/distfiles/
|
|
|
|
MAINTAINER= gmarco@gufi.org
|
|
COMMENT= Delay program with feedback to the user
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/delay man/man1/delay.1.gz
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/delay ${STAGEDIR}${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/delay.1 ${STAGEDIR}${MANPREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|