mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
ed64898f59
The Makefile that gets shipped with tweak overrides the default values of the well known make variables. Because a diff to sanitize the Makefile would be bigger than replacing it, add a BSD Makefile to the files/ directory. Also remove the unneeded commented DISTNAME line from the Makefile. Approved by: Jille Timmermans <jille quis cx> (port maintainer)
22 lines
537 B
Makefile
22 lines
537 B
Makefile
# Ports collection makefile for: tweak
|
|
# Date created: Sun Feb 15, 2009
|
|
# Whom: Jille Timmermans (jille@quis.cx)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tweak
|
|
PORTVERSION= 3.01
|
|
CATEGORIES= editors
|
|
MASTER_SITES= http://www.chiark.greenend.org.uk/~sgtatham/${PORTNAME}/
|
|
|
|
MAINTAINER= jille@quis.cx
|
|
COMMENT= An efficient hex editor
|
|
|
|
MAN1= tweak.1
|
|
MANCOMPRESSED= yes
|
|
PLIST_FILES= bin/tweak
|
|
|
|
MAKEFILE= ${FILESDIR}/Makefile.in
|
|
MAKE_ENV+= BINDIR="${LOCALBASE}/bin" MANDIR="${PREFIX}/man/man"
|
|
|
|
.include <bsd.port.mk>
|