Update to version 1.1.

Submitted by:	grog
This commit is contained in:
Edwin Groothuis 2011-03-14 22:57:15 +00:00
parent f1d5741004
commit 793dcfc07e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=270910
3 changed files with 4 additions and 22 deletions

View File

@ -6,17 +6,14 @@
#
PORTNAME= xtset
PORTVERSION= 1.0
PORTVERSION= 1.1
CATEGORIES= x11
MASTER_SITES= ftp://ftp.lemis.com/pub/
MAINTAINER= ports@FreeBSD.org
COMMENT= Utility to set title on an xterm
DEPRECATED= Upstream disapear and distfile is no more available
EXPIRATION_DATE= 2011-05-01
NO_WRKSUBDIR= YES
NO_WRKSUBDIR= YES
PLIST_FILES= bin/xtset

View File

@ -1,2 +1,2 @@
SHA256 (xtset-1.0.tar.gz) = e9bd0decf9a6d1e3f816c0933f5274bdc48742d1cf9857085f1816a9a3bcc458
SIZE (xtset-1.0.tar.gz) = 4239
SHA256 (xtset-1.1.tar.gz) = e507a3e31a693419fd0a760b392f6370299cdaba37c419b09f165771ae73ba5d
SIZE (xtset-1.1.tar.gz) = 4310

View File

@ -1,15 +0,0 @@
--- Makefile.dist Tue Mar 21 02:50:36 2006
+++ Makefile Tue Mar 21 02:52:28 2006
@@ -1,6 +1,9 @@
+PREFIX?= /usr/local
+MANPREFIX?= ${PREFIX}
+
all: xtset
install: all
- install -C xtset /usr/local/bin
- mkdir -p /usr/local/man/man1
- gzip -c xtset.1 > /usr/local/man/man1/xtset.1.gz
+ install -C xtset ${PREFIX}/bin
+ mkdir -p ${MANPREFIX}/man/man1
+ gzip -c xtset.1 > ${MANPREFIX}/man/man1/xtset.1.gz