5250e44e3f
Attached patch-Makefile.diff make this port PREFIX-clean. Grog maybe you could apply it and release a new version for this port ? Else it could be placed as files/patch-Makefile.diff under the port directory in our CVS tree. Use MAN1 (and MANCOMPRESSED=yes) to make portlint happy and remove the file from pkg-plist. Since a single file remains put it in PLIST_FILES variable and drop pkg-plist entirely. PR: ports/94756 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> Approved by: maintainer timeout
24 lines
367 B
Makefile
24 lines
367 B
Makefile
# New ports collection makefile for: xtset
|
|
# Date created: 7 March 2001
|
|
# Whom: grog
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xtset
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ftp://ftp.lemis.com/pub/
|
|
|
|
MAINTAINER= grog@FreeBSD.Org
|
|
COMMENT= Utility to set title on an xterm
|
|
|
|
NO_WRKSUBDIR= YES
|
|
|
|
PLIST_FILES= bin/xtset
|
|
|
|
MAN1= xtset.1
|
|
MANCOMPRESSED= yes
|
|
|
|
.include <bsd.port.mk>
|