diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-16 01:59:45 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-16 01:59:45 +0800 |
commit | a375e7549c50755d8d6fa4ffa4ca5bd5b598b71b (patch) | |
tree | c33273a6a58b8038777ed89865aa97018222b854 /textproc/sp/Makefile | |
parent | 64186dbb7c798d759f09f85b088edf5765605aa5 (diff) | |
download | freebsd-ports-gnome-a375e7549c50755d8d6fa4ffa4ca5bd5b598b71b.tar.gz freebsd-ports-gnome-a375e7549c50755d8d6fa4ffa4ca5bd5b598b71b.tar.zst freebsd-ports-gnome-a375e7549c50755d8d6fa4ffa4ca5bd5b598b71b.zip |
Third round of INSTALL_SHLIBS=yes fixes.
Diffstat (limited to 'textproc/sp/Makefile')
-rw-r--r-- | textproc/sp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/sp/Makefile b/textproc/sp/Makefile index cb3fd92e1619..c8d008cbb3e8 100644 --- a/textproc/sp/Makefile +++ b/textproc/sp/Makefile @@ -12,6 +12,8 @@ MASTER_SITES= ftp://ftp.jclark.com/pub/sp/ MAINTAINER= chuckr@FreeBSD.org +INSTALL_SHLIBS= yes + post-patch: $(CP) $(WRKSRC)/Makefile $(WRKSRC)/Makefile.sed $(CP) $(WRKSRC)/Makefile.lib $(WRKSRC)/Makefile.lib.sed |