diff options
author | obrien <obrien@FreeBSD.org> | 1997-01-06 10:49:42 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1997-01-06 10:49:42 +0800 |
commit | 26d649dfda2a0b2c76e6d3aa79f7bda93282bb78 (patch) | |
tree | f4fdb152203ef0243269a3e3363e9fe29b2cd700 /misc | |
parent | 67d4655de2940ea7dff4b1b89e56986fcc5db2e2 (diff) | |
download | freebsd-ports-gnome-26d649dfda2a0b2c76e6d3aa79f7bda93282bb78.tar.gz freebsd-ports-gnome-26d649dfda2a0b2c76e6d3aa79f7bda93282bb78.tar.zst freebsd-ports-gnome-26d649dfda2a0b2c76e6d3aa79f7bda93282bb78.zip |
Show a useful homepage for dotfile on installation.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/dotfile/Makefile | 5 | ||||
-rw-r--r-- | misc/dotfile/pkg-message | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/misc/dotfile/Makefile b/misc/dotfile/Makefile index fd0fb0163b67..f9f3122f78a5 100644 --- a/misc/dotfile/Makefile +++ b/misc/dotfile/Makefile @@ -3,7 +3,7 @@ # Date created: 11/12/96 # Whom: oly@world.std.com # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/01/05 22:54:44 obrien Exp $ # DISTNAME= dotfile-2.0b5 @@ -20,5 +20,8 @@ MAN1= dotfile.1 do-build: @${DO_NADA} + +post-install: + @${CAT} ${PKGDIR}/MESSAGE .include <bsd.port.mk> diff --git a/misc/dotfile/pkg-message b/misc/dotfile/pkg-message new file mode 100644 index 000000000000..89528ccaff59 --- /dev/null +++ b/misc/dotfile/pkg-message @@ -0,0 +1,3 @@ + +Check out dotfile's useful homepage http://www.imada.ou.dk/~blackie/dotfile/ + |