diff options
author | Don Lewis <truckman@FreeBSD.org> | 2015-08-22 00:29:06 +0000 |
---|---|---|
committer | Don Lewis <truckman@FreeBSD.org> | 2015-08-22 00:29:06 +0000 |
commit | a3a0b42872d4e8889540c6644ecb4a65c07ab04f (patch) | |
tree | 867cd4ce99a597f0fa40ae26ee4f088d9b31e235 | |
parent | 226a19b2adfd2dcdc64bf9f4a4658a10e16882c0 (diff) | |
download | freebsd-ports-a3a0b42872d4e8889540c6644ecb4a65c07ab04f.zip |
Nuke inclusion of bsd.port.options.mk since it is no longer necessary.
Submitted by: adamw
Sponsored by: Farsight Security, Inc.
-rw-r--r-- | net/p5-Net-Nmsg/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/p5-Net-Nmsg/Makefile b/net/p5-Net-Nmsg/Makefile index c58acbe3caff..e84151be0621 100644 --- a/net/p5-Net-Nmsg/Makefile +++ b/net/p5-Net-Nmsg/Makefile @@ -26,8 +26,6 @@ OPTIONS_DEFINE= EXAMPLES PORTEXAMPLES= * -.include <bsd.port.options.mk> - post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Net/Nmsg/Nmsg.so |