diff options
author | asami <asami@FreeBSD.org> | 2000-10-13 08:40:39 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-10-13 08:40:39 +0800 |
commit | a18e4165e7fcfdbe470e8818115446a6a384d5d8 (patch) | |
tree | 6d7057269e866c49ea2b6339cd1187344093e09f /games | |
parent | 04d1cb3ea41b5728f76425b8ba04ef6052d1dca8 (diff) | |
download | freebsd-ports-gnome-a18e4165e7fcfdbe470e8818115446a6a384d5d8.tar.gz freebsd-ports-gnome-a18e4165e7fcfdbe470e8818115446a6a384d5d8.tar.zst freebsd-ports-gnome-a18e4165e7fcfdbe470e8818115446a6a384d5d8.zip |
Define RESTRICTED_FILES to ${PATCHFILES}, the main distfile is not
restricted.
Diffstat (limited to 'games')
-rw-r--r-- | games/oneko-sakura/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/oneko-sakura/Makefile b/games/oneko-sakura/Makefile index 1467fc32e6f4..040e054ee550 100644 --- a/games/oneko-sakura/Makefile +++ b/games/oneko-sakura/Makefile @@ -21,6 +21,7 @@ MAINTAINER= hotaru@tail.net USE_IMAKE= yes MAN6= oneko.6 NO_CDROM= "Including a derivative from CARDCAPTOR SAKURA. See http://www.clamp.f-2.co.jp/" +RESTRICTED_FILES= ${PATCHFILES} pre-configure: @${ECHO} "MANSUFFIX=6" >>${WRKSRC}/Imakefile |