diff options
author | pav <pav@FreeBSD.org> | 2011-11-10 20:22:31 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-11-10 20:22:31 +0800 |
commit | 2c5eba3475ac115a74688cc0dfc43a6dfceddec0 (patch) | |
tree | fea8547ff077526efae10b79a2a7a9a395d9313d /games | |
parent | 89c4751a469d6387ff02a40716c4bf88292c94db (diff) | |
download | freebsd-ports-gnome-2c5eba3475ac115a74688cc0dfc43a6dfceddec0.tar.gz freebsd-ports-gnome-2c5eba3475ac115a74688cc0dfc43a6dfceddec0.tar.zst freebsd-ports-gnome-2c5eba3475ac115a74688cc0dfc43a6dfceddec0.zip |
- Remove obsolete pkg-message
Submitted by: Martin Tournoij <martin@arp242.net>
Feature safe: yes
Diffstat (limited to 'games')
-rw-r--r-- | games/angband/Makefile | 5 | ||||
-rw-r--r-- | games/angband/files/pkg-message.in | 7 |
2 files changed, 0 insertions, 12 deletions
diff --git a/games/angband/Makefile b/games/angband/Makefile index 3bdb645dd1bf..7adef69cc6cc 100644 --- a/games/angband/Makefile +++ b/games/angband/Makefile @@ -27,8 +27,6 @@ CONFIGURE_ARGS+= --with-x=no CONFIGURE_ENV= ac_cv_path_mkdir=mkdir CPP= cc -E -SUB_FILES= pkg-message - pre-fetch: .if !defined(WITHOUT_X11) @${ECHO_MSG} "You could define WITHOUT_X11, if you don't want X support" @@ -39,7 +37,4 @@ pre-fetch: post-patch: @${REINPLACE_CMD} -e 's|-Wno-missing-field-initializers ||; s|/games$$|/bin|' ${WRKSRC}/configure -post-install: - @${CAT} ${PKGMESSAGE} - .include <bsd.port.mk> diff --git a/games/angband/files/pkg-message.in b/games/angband/files/pkg-message.in deleted file mode 100644 index 5812db5a177e..000000000000 --- a/games/angband/files/pkg-message.in +++ /dev/null @@ -1,7 +0,0 @@ - - ======================================================================= - - Make sure you're a member of group "games", otherwise you will not be - able to load your saved games !!! - - ======================================================================= |