diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:20:31 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:20:31 +0000 |
commit | 31f7b03b56b845a2ab26abb64b0d905ee3b48978 (patch) | |
tree | ebbcd3dce637f0dabb4b6f7ce68a84f6b5fa8b54 /vietnamese/vnless/Makefile | |
parent | 0e5cfbafe0d315746cee6a0488dce19311e22da1 (diff) |
Notes
Diffstat (limited to 'vietnamese/vnless/Makefile')
-rw-r--r-- | vietnamese/vnless/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/vietnamese/vnless/Makefile b/vietnamese/vnless/Makefile index 651a519e36f2..6fc97a925aea 100644 --- a/vietnamese/vnless/Makefile +++ b/vietnamese/vnless/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: vnless -# Date created: Tue Dec 3, 1996 -# Whom: David O'Brien (obrien@cs.ucdavis.edu) -# +# Created by: David O'Brien (obrien@cs.ucdavis.edu) # $FreeBSD$ -# PORTNAME= vnless PORTVERSION= 1.0 @@ -19,6 +14,7 @@ COMMENT= A pager utility that speaks Vietnamese ALL_TARGET= clobber all MAN1= vnless.1 vnlesskey.1 +NO_STAGE= yes post-install: @strip ${PREFIX}/bin/vnless* @${CHMOD} a+rx ${PREFIX}/bin/vnless* |