1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/net/quoted/Makefile
hex7c@libpluto.net 086b6c38de net/quoted: Fix syntax error of rc script
* Switch to use @rmtry in pkg-plist
* Pet portclippy

PR:		259015
Approved by:	maintainer, ygy (mentor)
Differential Revision:	https://reviews.freebsd.org/D32541
2021-10-18 16:14:10 +09:00

18 lines
320 B
Makefile

# Created by: Bob Frazier
PORTNAME= quoted
PORTVERSION= 1.01
PORTREVISION= 3
CATEGORIES= net
MASTER_SITES= http://www.mrp3.com/webutil/
MAINTAINER= bobf@mrp3.com
COMMENT= Easily configured QOTD daemon with over 130 good quality quotes
USES= gmake
USE_RC_SUBR= ${PORTNAME}
GNU_CONFIGURE= yes
.include <bsd.port.mk>