diff options
author | shige <shige@FreeBSD.org> | 1999-10-16 06:01:41 +0000 |
---|---|---|
committer | shige <shige@FreeBSD.org> | 1999-10-16 06:01:41 +0000 |
commit | 57c0bf1e237300b330bd056f2047a9e5f3906cae (patch) | |
tree | 319d0e3f70f36b855d4e5f4a6f301b23af1d113c /editors/semi113/Makefile | |
parent | 096258772f1807f05237931e7351c78bae478899 (diff) | |
download | FreeBSD-ports-57c0bf1e237300b330bd056f2047a9e5f3906cae.zip FreeBSD-ports-57c0bf1e237300b330bd056f2047a9e5f3906cae.tar.gz |
Install semi-cookie for FreeBSD packages.
Diffstat (limited to 'editors/semi113/Makefile')
-rw-r--r-- | editors/semi113/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/semi113/Makefile b/editors/semi113/Makefile index 0d63c3c..219e60b 100644 --- a/editors/semi113/Makefile +++ b/editors/semi113/Makefile @@ -58,7 +58,7 @@ PLIST_SUB+= EMACS_LIBDIR=${EMACS_LIBDIR} EMACS_VER=${EMACS_VER} \ EMACS_LIBDIR_WITH_VER=${EMACS_LIBDIR_WITH_VER} \ EMACS_PACKAGESDIR=${EMACS_PACKAGESDIR} \ SEMIDOCDIR=${SEMIDOCDIR} SEMI_SETUPEL=${SEMI_SETUPEL} \ - FLIM_COOKIE=${FLIM_COOKIE} + SEMI_COOKIE=${SEMI_COOKIE} MAKE_FLAGS+= EMACS=${EMACS_CMD} XEMACS=${EMACS_CMD} .if (${EMACS_VER} == "19.34") # depends on custom: emacs-19.34 or mule-19.34 @@ -108,6 +108,8 @@ post-build: .endif post-install: + @${MKDIR} -p ${PREFIX}/share/semi + @${TOUCH} ${PREFIX}/share/semi/${SEMI_COOKIE} .if defined(REQUIRE_SETUPEL) && (${REQUIRE_SETUPEL} == "YES") @${MAKE} setupel-install .endif |