diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:44:55 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:44:55 +0000 |
commit | 6935df75672d9ed497f643509740008419bf1332 (patch) | |
tree | 626cdc0708098b9ae718c54967bc53c73091f046 /x11-clocks/bbdate | |
parent | db5320be856bdee9461022fd559c0bdf3a782778 (diff) | |
download | ports-6935df75672d9ed497f643509740008419bf1332.tar.gz ports-6935df75672d9ed497f643509740008419bf1332.zip |
Notes
Diffstat (limited to 'x11-clocks/bbdate')
-rw-r--r-- | x11-clocks/bbdate/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/x11-clocks/bbdate/Makefile b/x11-clocks/bbdate/Makefile index 45e63830b634..e6d60e450f6b 100644 --- a/x11-clocks/bbdate/Makefile +++ b/x11-clocks/bbdate/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: bbdate -# Date created: May 3 1999 -# Whom: Chris Piazza <cpiazza@FreeBSD.org> -# +# Created by: Chris Piazza <cpiazza@FreeBSD.org> # $FreeBSD$ -# PORTNAME= bbdate PORTVERSION= 0.2.4 @@ -21,6 +17,7 @@ PLIST_FILES= bin/bbdate share/bbtools/README.bbdate \ share/bbtools/bbdate.conf share/bbtools/bbdate.nobb \ share/bbtools/bbdate.style share/bbtools/bbtoolsrc.in +NO_STAGE= yes post-install: @${ECHO_CMD} "@unexec rmdir %D/share/bbtools 2>/dev/null || true" \ >> ${TMPPLIST} |