diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-28 22:51:40 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-28 22:51:40 +0000 |
commit | c3b85bf3d4ea9bee4a2309c5287ec1b1a0c272b4 (patch) | |
tree | 828f700090183daa6acd6192596612929c0b40c3 /x11/sxpc/Makefile | |
parent | deskutils/cairo-dock: update to 3.2.1 (diff) |
Convert to USES=imake
Trim headers
Convert emu to USES=display
Remove indefinite article
Notes
Notes:
svn path=/head/; revision=322008
Diffstat (limited to 'x11/sxpc/Makefile')
-rw-r--r-- | x11/sxpc/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/x11/sxpc/Makefile b/x11/sxpc/Makefile index 2e53e0bff912..161e291a8ddf 100644 --- a/x11/sxpc/Makefile +++ b/x11/sxpc/Makefile @@ -1,9 +1,5 @@ -# New ports collection Makefile for: sxpc -# Date created: 22nd March 1995 -# Whom: jkh@FreeBSD.org -# +# Created by: jkh@FreeBSD.org # $FreeBSD$ -# PORTNAME= sxpc PORTVERSION= 1.4 @@ -16,7 +12,7 @@ EXTRACT_SUFX= .shar.Z MAINTAINER= ports@FreeBSD.org COMMENT= The Simple X Protocol Compressor -USE_IMAKE= yes +USES= imake NO_WRKSUBDIR= yes EXTRACT_CMD= ${GZIP_CMD} EXTRACT_BEFORE_ARGS= -dc |