From 7c9cf054190b50eba8016d2a9c7c2a5d184a5cab Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Sat, 30 Mar 2002 21:49:48 +0000 Subject: Fix this port to properly create /usr/local/share/examples/spegla *before* trying to use it. Also update PLIST to match current reality. --- ftp/spegla/Makefile | 4 +++- ftp/spegla/pkg-plist | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'ftp/spegla') diff --git a/ftp/spegla/Makefile b/ftp/spegla/Makefile index 059edc911cc2..5be9c3b046b9 100644 --- a/ftp/spegla/Makefile +++ b/ftp/spegla/Makefile @@ -23,8 +23,10 @@ post-extract: @${CP} ${WRKSRC}/regex/${file} ${WRKSRC} .endfor -post-install: +pre-install: @${MKDIR} ${PREFIX}/share/examples/spegla + +post-install: ${INSTALL_DATA} ${WRKSRC}/freebsd.org ${PREFIX}/share/examples/spegla .include diff --git a/ftp/spegla/pkg-plist b/ftp/spegla/pkg-plist index 16f1690995e6..8416f8d4dab0 100644 --- a/ftp/spegla/pkg-plist +++ b/ftp/spegla/pkg-plist @@ -1,3 +1,5 @@ bin/spegla share/examples/spegla/freebsd.org +share/examples/spegla/spegla.conf +share/examples/spegla/spegla.sh @dirrm share/examples/spegla -- cgit v1.2.3