diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 03:53:09 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 03:53:09 +0800 |
commit | b3f53a7710aef6bf70130db57affead1adb76fe8 (patch) | |
tree | 1373440d0f3681e50dd86fe77aff964fd6e1aeb8 /lang/ptoc | |
parent | c033a65489fc54de1e7de14f281339f6db87d08f (diff) | |
download | freebsd-ports-gnome-b3f53a7710aef6bf70130db57affead1adb76fe8.tar.gz freebsd-ports-gnome-b3f53a7710aef6bf70130db57affead1adb76fe8.tar.zst freebsd-ports-gnome-b3f53a7710aef6bf70130db57affead1adb76fe8.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: lang)
Diffstat (limited to 'lang/ptoc')
-rw-r--r-- | lang/ptoc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/ptoc/Makefile b/lang/ptoc/Makefile index 188f61f74740..57a12e0aafc1 100644 --- a/lang/ptoc/Makefile +++ b/lang/ptoc/Makefile @@ -22,6 +22,7 @@ EXAMPLES= arr.pas bgidemo.pas ccall.pas coord.txt dos.h dos.pas \ vibrkinp.pas vibrkinp.txt vibrtabl.pas war2.pas war2.txt \ xy2.txt xy2orig.txt +NO_STAGE= yes pre-build: @${LN} -sf makefile.bsd ${WRKSRC}/Makefile @${LN} -sf makefile.bsd ${WRKSRC}/Xbgi/Makefile |