Remove work-around for pre-2.7 pkg_add.

This commit is contained in:
espie 2000-05-17 00:24:51 +00:00
parent 6c54029712
commit 303da97ff6
3 changed files with 1 additions and 7 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2000/04/03 01:54:06 espie Exp $
# $OpenBSD: Makefile,v 1.8 2000/05/17 00:24:51 espie Exp $
CATEGORIES= print
NEED_VERSION= 1.247
@ -40,8 +40,6 @@ pre-fake:
mkdir -p ${GSDIR}
do-install:
# needed to keep dumb pkg_create quiet
touch ${GSDIR}/.gs-encrypt
${INSTALL_DATA} ${FULLDISTDIR}/${DISTFILES} ${GSDIR}
.include <bsd.port.mk>

View File

@ -1,5 +1,3 @@
@comment Stub to avoid tripping @exec
share/ghostscript/6.01/lib/.gs-encrypt
@exec mv %D/share/ghostscript/6.01/lib/pdf_sec.ps %D/share/ghostscript/6.01/lib/pdf_sec.stub
share/ghostscript/6.01/lib/pdf_sec.ps
@unexec mv %D/share/ghostscript/6.01/lib/pdf_sec.stub %D/share/ghostscript/6.01/lib/pdf_sec.ps

View File

@ -1,5 +1,3 @@
@comment Stub to avoid tripping @exec
share/ghostscript/5.50/.gs-encrypt
@exec mv %D/share/ghostscript/5.50/pdf_sec.ps %D/share/ghostscript/5.50/pdf_sec.stub
share/ghostscript/5.50/pdf_sec.ps
@unexec mv %D/share/ghostscript/5.50/pdf_sec.stub %D/share/ghostscript/5.50/pdf_sec.ps