diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-09-04 18:00:57 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-09-04 18:00:57 +0000 |
commit | abae73ab24d4a565aad1ba545ece273afd03b74e (patch) | |
tree | 52cf8b8e9a14da3dd89a9577e71d9dd8902903b7 /games | |
parent | Set MANUAL_PACKAGE_BUILD; requires qmail built with non-standard setting. (diff) |
- Change PLIST to ${WRKDIR}/pkg-plist. I need to write there.
Reported by: kris
Approved by: garga (mentor,implicit)
Notes
Notes:
svn path=/head/; revision=172202
Diffstat (limited to 'games')
-rw-r--r-- | games/el/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/el/Makefile b/games/el/Makefile index d6eb68a45f89..e74e74093209 100644 --- a/games/el/Makefile +++ b/games/el/Makefile @@ -7,6 +7,7 @@ PORTNAME= el PORTVERSION= 132 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= acm/${PORTNAME} @@ -29,6 +30,7 @@ USE_SDL= sdl net ALL_TARGET= el.x86 MAKEFILE= Makefile.bsdg +PLIST= ${WRKDIR}/pkg-plist .include <bsd.port.pre.mk> |