diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2011-11-10 12:22:31 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2011-11-10 12:22:31 +0000 |
commit | be2e0e08c531d01b86e397845860f99f355520ad (patch) | |
tree | 5f10f4dc2f529ae4967f7cfc19d9e261e527e95d /games/angband | |
parent | 802d7301ddf9f5a76738c6cebaf4ed2d68ca1fea (diff) | |
download | ports-be2e0e08c531d01b86e397845860f99f355520ad.tar.gz ports-be2e0e08c531d01b86e397845860f99f355520ad.zip |
Notes
Diffstat (limited to 'games/angband')
-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 !!! - - ======================================================================= |