diff options
author | miwi <miwi@FreeBSD.org> | 2014-03-09 22:39:06 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-03-09 22:39:06 +0800 |
commit | 98f0576d9cb151da5a34b4c8c35427929c9935c6 (patch) | |
tree | 3c67b337be6540a35a4573236a35f806351780b0 /net | |
parent | 7414f2d106f3c85816bdafcfc18262c2b7404ccb (diff) | |
download | freebsd-ports-gnome-98f0576d9cb151da5a34b4c8c35427929c9935c6.tar.gz freebsd-ports-gnome-98f0576d9cb151da5a34b4c8c35427929c9935c6.tar.zst freebsd-ports-gnome-98f0576d9cb151da5a34b4c8c35427929c9935c6.zip |
- Stage support
Diffstat (limited to 'net')
-rw-r--r-- | net/libnetdude/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/libnetdude/Makefile b/net/libnetdude/Makefile index a07016e229e5..266597404255 100644 --- a/net/libnetdude/Makefile +++ b/net/libnetdude/Makefile @@ -19,7 +19,6 @@ USE_LDCONFIG= yes PLIST_SUB= PORTVERSION=${PORTVERSION} -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s|netinet/if_fddi.h|net/fddi.h|g" \ ${WRKSRC}/protocols/fddi/libnd_fddi.h |