diff options
author | bapt <bapt@FreeBSD.org> | 2013-06-29 06:10:14 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-06-29 06:10:14 +0800 |
commit | b0fc334f4b46e44fe126cc6c60d8ab41bee922a8 (patch) | |
tree | d4ff7445ce53f734f06fb135bd30bff6fa1e2ffb /misc/xtar | |
parent | 0ff8d046adb430100a048055cc228811cb1d9d87 (diff) | |
download | freebsd-ports-gnome-b0fc334f4b46e44fe126cc6c60d8ab41bee922a8.tar.gz freebsd-ports-gnome-b0fc334f4b46e44fe126cc6c60d8ab41bee922a8.tar.zst freebsd-ports-gnome-b0fc334f4b46e44fe126cc6c60d8ab41bee922a8.zip |
Convert to USES=imake
Trim headers
Remove indefinite article
Diffstat (limited to 'misc/xtar')
-rw-r--r-- | misc/xtar/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/misc/xtar/Makefile b/misc/xtar/Makefile index 24d5195c8a8f..7fa3756179c3 100644 --- a/misc/xtar/Makefile +++ b/misc/xtar/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xtar -# Date created: 31 Jul 1996 -# Whom: shanee@augusta.de -# +# Created by: shanee@augusta.de # $FreeBSD$ -# PORTNAME= xtar PORTVERSION= 1.4 @@ -15,8 +11,8 @@ MASTER_SITE_SUBDIR= utilities MAINTAINER= ports@FreeBSD.org COMMENT= View and manipulate contents of a tar file +USES= imake USE_MOTIF= yes -USE_IMAKE= yes USE_XORG= ice sm x11 xext xp xt MAKE_ARGS= XMLIB="${MOTIFLIB}" MAN1= xtar.1 |