mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
9156bf1b9e
Some ports were already installing in the System domain, for these just remove the Makefile lines explicitly specifying the install domain. The rest are installed in the Local domain, remove any overrides, update their pkg-plists and any explicit paths in the Makefiles and then bump port revision. Approved by: bapt (mentor) Differential Revision: https://reviews.freebsd.org/D2977
16 lines
273 B
Makefile
16 lines
273 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= fortunate
|
|
PORTVERSION= 3.1
|
|
PORTREVISION= 5
|
|
CATEGORIES= games gnustep
|
|
MASTER_SITES= GNUSTEP_CH
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Graphical front-end to the command-line BSD fortune
|
|
|
|
USES= gnustep
|
|
USE_GNUSTEP= back build
|
|
|
|
.include <bsd.port.mk>
|