diff options
author | steve <steve@FreeBSD.org> | 1999-12-29 08:22:53 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-12-29 08:22:53 +0000 |
commit | a70ada460900014cacec3ca4229745565cff85a7 (patch) | |
tree | d6c2be175c7d8c30c682c6280199159a2fbdb668 /textproc | |
parent | ec9b0fc884ecc652e17158b312f4a4a0f4cd60da (diff) | |
download | FreeBSD-ports-a70ada460900014cacec3ca4229745565cff85a7.zip FreeBSD-ports-a70ada460900014cacec3ca4229745565cff85a7.tar.gz |
Don't install config.h.orig anymore.
PR: 12675
Submitted by: John Baldwin <jobaldwi@vt.edu>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/sp/Makefile | 3 | ||||
-rw-r--r-- | textproc/sp/pkg-plist | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/textproc/sp/Makefile b/textproc/sp/Makefile index a70d33d..dc12ff2 100644 --- a/textproc/sp/Makefile +++ b/textproc/sp/Makefile @@ -1,5 +1,5 @@ # New ports collection makefile for: sp -# Version required: 1.2.1 +# Version required: 1.3 # Date created: April 26, 1997 # Whom: jfieber # @@ -21,6 +21,7 @@ post-patch: post-install: $(MKDIR) $(PREFIX)/include/sp $(MKDIR) $(PREFIX)/share/doc/sp + $(RM) $(WRKSRC)/include/*.orig for file in $(WRKSRC)/include/*;do $(INSTALL_DATA) $$file $(PREFIX)/include/sp;done for file in $(WRKSRC)/doc/*;do $(INSTALL_DATA) $$file $(PREFIX)/share/doc/sp;done diff --git a/textproc/sp/pkg-plist b/textproc/sp/pkg-plist index 6e47b16..b54c520 100644 --- a/textproc/sp/pkg-plist +++ b/textproc/sp/pkg-plist @@ -132,7 +132,6 @@ include/sp/XMLCodingSystem.h include/sp/XcharMap.cxx include/sp/XcharMap.h include/sp/config.h -include/sp/config.h.orig include/sp/constant.h include/sp/macros.h include/sp/rtti.h |