1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/sysutils/bsd-splash-changer/Makefile
Doug Barton 9aac569eaa Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
2012-08-05 23:19:36 +00:00

33 lines
545 B
Makefile

# New ports collection makefile for: bsd-splash-changer
# Date created: 11 Feb 2006
# Whom: Martin Otto
#
# $FreeBSD$
#
# This port is self contained.
#
PORTNAME= bsd-splash-changer
PORTVERSION= 060211
CATEGORIES= sysutils
MASTER_SITES= # none
DISTFILES= # none
MAINTAINER= gamato@users.sf.net
COMMENT= Boot Splash Image Changer
USE_RC_SUBR= change_splash
SUB_FILES= pkg-message
NO_BUILD= yes
do-fetch:
@${DO_NADA}
do-install:
${MKDIR} ${DATADIR}
post-install:
@${ECHO_CMD}; ${CAT} ${PKGMESSAGE}; ${ECHO_CMD}
.include <bsd.port.mk>